forked from openkylin/platform_build
Merge "Move to using full java-lib-files from stubs." am: ac3bf4e3a9
am: 09171641a3
am: d68d821009
Change-Id: Iea3b9411febc6233e02e02147c9b886b7798ac1e
This commit is contained in:
commit
e7bed1b505
|
@ -1744,9 +1744,9 @@ else # TARGET_BUILD_APPS
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Put XML formatted API files in the dist dir.
|
# Put XML formatted API files in the dist dir.
|
||||||
$(TARGET_OUT_COMMON_INTERMEDIATES)/api.xml: $(call java-lib-header-files,android_stubs_current) $(APICHECK)
|
$(TARGET_OUT_COMMON_INTERMEDIATES)/api.xml: $(call java-lib-files,android_stubs_current) $(APICHECK)
|
||||||
$(TARGET_OUT_COMMON_INTERMEDIATES)/system-api.xml: $(call java-lib-header-files,android_system_stubs_current) $(APICHECK)
|
$(TARGET_OUT_COMMON_INTERMEDIATES)/system-api.xml: $(call java-lib-files,android_system_stubs_current) $(APICHECK)
|
||||||
$(TARGET_OUT_COMMON_INTERMEDIATES)/test-api.xml: $(call java-lib-header-files,android_test_stubs_current) $(APICHECK)
|
$(TARGET_OUT_COMMON_INTERMEDIATES)/test-api.xml: $(call java-lib-files,android_test_stubs_current) $(APICHECK)
|
||||||
|
|
||||||
api_xmls := $(addprefix $(TARGET_OUT_COMMON_INTERMEDIATES)/,api.xml system-api.xml test-api.xml)
|
api_xmls := $(addprefix $(TARGET_OUT_COMMON_INTERMEDIATES)/,api.xml system-api.xml test-api.xml)
|
||||||
$(api_xmls):
|
$(api_xmls):
|
||||||
|
|
Loading…
Reference in New Issue