diff options
author | Sundong Ahn <sundongahn@google.com> | 2018-08-31 18:19:12 +0900 |
---|---|---|
committer | Sundong Ahn <sundongahn@google.com> | 2018-09-03 15:13:31 +0900 |
commit | c21f78e23804b41a952a027896e284ee927d7428 (patch) | |
tree | 0bd3e011f46aa64e99d4c7e526b4576aa0046252 | |
parent | 29664b82061246219623f36e201c0c2612eb8bb4 (diff) |
Change the dist path of api files
The dist path of the api files are changed for consistency of dist path.
Test: make -j40 PRODUCT-sdk_phone_armv7-sdk dist sdk_repo
Change-Id: I8dae352288458f6305ab6a0e5210c042ab372e33
-rw-r--r-- | Android.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk index 988c009bdbac..e585561ce949 100644 --- a/Android.mk +++ b/Android.mk @@ -312,6 +312,9 @@ $(out_zip): $(full_target) $(call dist-for-goals,sdk,$(INTERNAL_PLATFORM_API_FILE)) $(call dist-for-goals,sdk,$(INTERNAL_PLATFORM_SYSTEM_API_FILE)) $(call dist-for-goals,sdk,$(INTERNAL_PLATFORM_TEST_API_FILE)) +$(call dist-for-goals,sdk,$(INTERNAL_PLATFORM_API_FILE):apistubs/android/public/api/android.txt) +$(call dist-for-goals,sdk,$(INTERNAL_PLATFORM_SYSTEM_API_FILE):apistubs/android/system/api/android.txt) +$(call dist-for-goals,sdk,$(INTERNAL_PLATFORM_TEST_API_FILE):apistubs/android/test/api/android.txt) # sdk.atree needs to copy the whole dir: $(OUT_DOCS)/offline-sdk to the final zip. # So keep offline-sdk-timestamp target here, and unzip offline-sdk-docs.zip to |