summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
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 :=