Skip to content

Commit

Permalink
Add API Level 15 generation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Atsushi Eno committed Dec 19, 2011
1 parent 31a1d89 commit e8bb386
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
API_LEVELS = 4 7 8 10 12 13 14
API_LEVELS = 4 7 8 10 12 13 14 15

TARGET=jar2xml.jar

Expand Down Expand Up @@ -50,26 +50,27 @@ test-12: api-10.xml.org api-12.xml.in

test-13: api-10.xml.org api-13.xml.in

test-14: api-10.xml.org api-14.xml.in

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

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

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

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

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

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

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

# download and setup docs directory for each API profile

define extract-docs
Expand Down Expand Up @@ -107,6 +108,9 @@ docs-api-13: docs-3.2_r01-linux.zip
docs-api-14: docs-14_r01.zip
$(call extract-docs,$<,docs)

docs-api-15: docs-15_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 e8bb386

Please sign in to comment.