summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVitalii Tomkiv2016-03-15 16:04:45 -0500
committerVitalii Tomkiv2016-03-16 16:54:25 -0500
commitb878e1fef3b83bc8f2c3910584c9a5c58b0b0eb4 (patch)
tree7772055bdb64daeeea6cee09223550c07da84a09 /Android.mk
parent857fc35348c2dd52ed3a1a4a3614d5c42e2fe515 (diff)
downloadplatform-packages-services-car-b878e1fef3b83bc8f2c3910584c9a5c58b0b0eb4.tar.gz
platform-packages-services-car-b878e1fef3b83bc8f2c3910584c9a5c58b0b0eb4.tar.xz
platform-packages-services-car-b878e1fef3b83bc8f2c3910584c9a5c58b0b0eb4.zip
Adding api current.txt for android.car and android.support.car library
APIs to ensure compatibility is not broken by API changes. Bug: 27081644 Change-Id: I41657d060f1272031c45a8b56a891421293c7d52
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk14
1 files changed, 14 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index d1148317..981a8739 100644
--- a/Android.mk
+++ b/Android.mk
@@ -16,5 +16,19 @@
16 16
17LOCAL_PATH := $(call my-dir) 17LOCAL_PATH := $(call my-dir)
18include $(CLEAR_VARS) 18include $(CLEAR_VARS)
19
20CAR_CURRENT_SDK_VERSION := current
21CAR_API_CHECK := $(LOCAL_PATH)/apicheck.mk
22api_check_current_msg_file := $(LOCAL_PATH)/apicheck_msg_current.txt
23api_check_last_msg_file := $(LOCAL_PATH)/apicheck_msg_last.txt
24
25.PHONY: update-car-api
26
19# Include the sub-makefiles 27# Include the sub-makefiles
20include $(call all-makefiles-under,$(LOCAL_PATH)) 28include $(call all-makefiles-under,$(LOCAL_PATH))
29
30# Clear out variables
31CAR_CURRENT_SDK_VERSION :=
32CAR_API_CHECK :=
33api_check_current_msg_file :=
34api_check_last_msg_file :=