From 619b7be0fe3b88f702e5fa126237596d544dc034 Mon Sep 17 00:00:00 2001 From: Bryan Eyler Date: Wed, 21 Jun 2017 17:30:25 -0700 Subject: Disable Car apps in PDK until the dependencies are fixed. Bug 62360631 Change-Id: Idc31e6bd75c3f5c9e2e4dead50ef8da8e5556d96 --- Android.mk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Android.mk b/Android.mk index 1da2310..6900263 100644 --- a/Android.mk +++ b/Android.mk @@ -13,6 +13,8 @@ # See the License for the specific language governing permissions and # limitations under the License. # +ifneq ($(TARGET_BUILD_PDK), true) + LOCAL_PATH:= $(call my-dir) include $(CLEAR_VARS) LOCAL_SRC_FILES := $(call all-java-files-under, src) @@ -63,3 +65,5 @@ LOCAL_STATIC_JAVA_LIBRARIES += android-support-annotations endif include $(BUILD_PACKAGE) + +endif -- cgit v1.2.3