summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeun-young Park <keunyoung@google.com>2016-01-29 12:10:00 -0800
committerKeun-young Park <keunyoung@google.com>2016-01-29 12:10:00 -0800
commitb45cafd4d971e703313b685bcd90fe79f4f1f6f8 (patch)
tree3b6c8d1e6f1648e510fdba6020083150fb3fa9dd
parent8ffe2c068b706ee54021f6607dc96ba0945ad271 (diff)
downloadsvox-b45cafd4d971e703313b685bcd90fe79f4f1f6f8.tar.gz
disable build in PDK
bug: 26722030 Change-Id: Ied4a2e195132460ec2cfecb629671318cf376f1a
-rwxr-xr-xpico/Android.mk7
1 files changed, 6 insertions, 1 deletions
diff --git a/pico/Android.mk b/pico/Android.mk
index 91ce83b..52dc484 100755
--- a/pico/Android.mk
+++ b/pico/Android.mk
@@ -1,11 +1,14 @@
# SVOX Pico TTS Engine
# This makefile builds both an activity and a shared library.
+#disble build in PDK
+ifneq ($(TARGET_BUILD_PDK),true)
+
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_PACKAGE_NAME := PicoTts
-
+
LOCAL_SRC_FILES := \
$(call all-java-files-under, src) \
$(call all-java-files-under, compat)
@@ -19,3 +22,5 @@ include $(BUILD_PACKAGE)
include $(LOCAL_PATH)/compat/jni/Android.mk \
$(LOCAL_PATH)/lib/Android.mk \
$(LOCAL_PATH)/tts/Android.mk
+
+endif #TARGET_BUILD_PDK