Skip to content

Commit

Permalink
Add API Level 16.
Browse files Browse the repository at this point in the history
  • Loading branch information
Atsushi Eno committed Jun 27, 2012
1 parent 986279d commit b194dc3
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
API_LEVELS = 4 7 8 10 12 13 14 15
API_LEVELS = 4 7 8 10 12 13 14 15 16

TARGET=jar2xml.jar

Expand Down Expand Up @@ -74,6 +74,9 @@ clean-14:
clean-15:
rm api-15.xml.in annotations/15.xml tmpout/15-deprecated-members.xml

clean-16:
rm api-16.xml.in annotations/16.xml tmpout/16-deprecated-members.xml

# download and setup docs directory for each API profile

define extract-docs
Expand Down Expand Up @@ -114,6 +117,9 @@ docs-api-14: docs-14_r01.zip
docs-api-15: docs-15_r01.zip
$(call extract-docs,$<,docs)

docs-api-16: docs-16_r01.zip
$(call extract-docs,$<,docs)

api-%.xml.org:
# FIXME: disable them until some AOSP web repository becomes available.
#curl "http://android.git.kernel.org/?p=platform/frameworks/base.git;a=blob_plain;f=api/$(patsubst api-%.xml.org,%.xml,$@);hb=HEAD" > $@ || exit 1
Expand Down

0 comments on commit b194dc3

Please sign in to comment.