summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNan Zhang2018-08-15 14:05:04 -0500
committerNan Zhang2018-08-22 15:56:23 -0500
commit110f615f78508032fc55d23e9db1696842aaad38 (patch)
tree29580ad53caf04b09a15452fa94876e5d3d05ebe /Android.mk
parent9a2f9097b56a44332554e8b1acdb8f0a08685fec (diff)
downloadplatform-packages-services-car-110f615f78508032fc55d23e9db1696842aaad38.tar.gz
platform-packages-services-car-110f615f78508032fc55d23e9db1696842aaad38.tar.xz
platform-packages-services-car-110f615f78508032fc55d23e9db1696842aaad38.zip
Migrate android.car Droiddoc to Soong
Test: Build: m -j android.car-stubs m -j android.car-stub-docs m -j android.support.car-docs APICheck: m -j android.car-stubs-docs-check-current-api m -j android.car-stubs-docs-check-last-released-api m -j android.car-system-stubs-docs-check-current-api m -j android.car-system-stubs-docs-check-last-released-api m -j android.support.car-stubs-docs-check-current-api Also diff the generated proguard api file between old one and new one. Bug: b/70351683 Change-Id: I29dd1a53b3b7feee0f708c64005df9ade82a2ed6 Merged-In: I29dd1a53b3b7feee0f708c64005df9ade82a2ed6 (cherry-picked from commit: 6e86569abac63f3567c3a2e2ae80b1341b8421ec)
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk13
1 files changed, 0 insertions, 13 deletions
diff --git a/Android.mk b/Android.mk
index 04f80048..8b1efbfb 100644
--- a/Android.mk
+++ b/Android.mk
@@ -12,21 +12,8 @@
12# See the License for the specific language governing permissions and 12# See the License for the specific language governing permissions and
13# limitations under the License. 13# limitations under the License.
14# 14#
15#
16
17LOCAL_PATH := $(call my-dir) 15LOCAL_PATH := $(call my-dir)
18include $(CLEAR_VARS) 16include $(CLEAR_VARS)
19 17
20CAR_API_CHECK := $(LOCAL_PATH)/apicheck.mk
21api_check_current_msg_file := $(LOCAL_PATH)/apicheck_msg_current.txt
22api_check_last_msg_file := $(LOCAL_PATH)/apicheck_msg_last.txt
23
24.PHONY: update-car-api
25
26# Include the sub-makefiles 18# Include the sub-makefiles
27include $(call all-makefiles-under,$(LOCAL_PATH)) 19include $(call all-makefiles-under,$(LOCAL_PATH))
28
29# Clear out variables
30CAR_API_CHECK :=
31api_check_current_msg_file :=
32api_check_last_msg_file :=