Skip to content

Commit

Permalink
Add API Level 17.
Browse files Browse the repository at this point in the history
  • Loading branch information
Atsushi Eno committed Nov 13, 2012
1 parent 2663a25 commit 1de5697
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 16
API_LEVELS = 4 7 8 10 12 13 14 15 16 17

TARGET=jar2xml.jar

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

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

# download and setup docs directory for each API profile

define extract-docs
Expand Down Expand Up @@ -120,6 +123,9 @@ docs-api-15: docs-15_r01.zip
docs-api-16: docs-16_r01.zip
$(call extract-docs,$<,docs)

docs-api-17: docs-17_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 1de5697

Please sign in to comment.