Add phony module for droidstubs even if srcjar is not created
This makes it possible to build the .txt file by using the module name rather than using its path. Bug: 146727827 Test: m framework-sdkextensions-api-module_libs_api Change-Id: I8ccbdfeedc0f418d95a79b01e4724837d9dcd6ca
This commit is contained in:
parent
4f5f316a5b
commit
e9e7247749
1 changed files with 5 additions and 0 deletions
|
@ -12,6 +12,11 @@ ALL_DOCS += $(OUT_DOCS)/$(LOCAL_MODULE)-stubs.srcjar
|
|||
$(LOCAL_MODULE) : $(OUT_DOCS)/$(LOCAL_MODULE)-stubs.srcjar
|
||||
endif
|
||||
|
||||
ifdef INTERNAL_PLATFORM_API_FILE
|
||||
.PHONY: $(LOCAL_MODULE) $(LOCAL_MODULE).txt
|
||||
$(LOCAL_MODULE) $(LOCAL_MODULE).txt : $(INTERNAL_PLATFORM_API_FILE) $(INTERNAL_PLATFORM_REMOVED_API_FILE)
|
||||
endif
|
||||
|
||||
ifdef LOCAL_DROIDDOC_DOC_ZIP
|
||||
$(eval $(call copy-one-file,$(LOCAL_DROIDDOC_DOC_ZIP),$(OUT_DOCS)/$(LOCAL_MODULE)-docs.zip))
|
||||
$(call dist-for-goals,docs,$(OUT_DOCS)/$(LOCAL_MODULE)-docs.zip)
|
||||
|
|
Loading…
Reference in a new issue