summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKeun-young Park2016-01-26 21:21:26 -0600
committerKeun-young Park2016-01-28 11:28:46 -0600
commit8e91dcd92b7ca20afb1dc20f82a23c00af5515af (patch)
tree2482712ed86d1794e493682c1f52cdf4bfda84e9
parent38d5dbd797a26011241648584efb44daf10db744 (diff)
downloadplatform-packages-services-car-8e91dcd92b7ca20afb1dc20f82a23c00af5515af.tar.gz
platform-packages-services-car-8e91dcd92b7ca20afb1dc20f82a23c00af5515af.tar.xz
platform-packages-services-car-8e91dcd92b7ca20afb1dc20f82a23c00af5515af.zip
disable build in PDK release
- buildable compoents should be enabled later - disable all for now bug: 26808715, 26510884 Change-Id: Ibcd85c77b5c0e0b20156428b252fd3c2d57e160a
-rw-r--r--Android.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index d1148317..f7147981 100644
--- a/Android.mk
+++ b/Android.mk
@@ -14,7 +14,12 @@
14# 14#
15# 15#
16 16
17#skip build in PDK
18#ifneq ($(TARGET_BUILD_PDK),true)
19
17LOCAL_PATH := $(call my-dir) 20LOCAL_PATH := $(call my-dir)
18include $(CLEAR_VARS) 21include $(CLEAR_VARS)
19# Include the sub-makefiles 22# Include the sub-makefiles
20include $(call all-makefiles-under,$(LOCAL_PATH)) 23include $(call all-makefiles-under,$(LOCAL_PATH))
24
25#endif # TARGET_BUILD_PDK