summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeun-young Park <keunyoung@google.com>2016-01-29 12:17:48 -0800
committerKeun-young Park <keunyoung@google.com>2016-01-29 12:26:02 -0800
commit5ef5cc09e134fc8d1a6281ee786e8b6d3da85300 (patch)
tree081f101e76a1445d4da7a12cf4db1aff30b990ad
parent1cf343118b814f2b44c0fbc9a23d76fb6683faef (diff)
downloadhyphenation-patterns-5ef5cc09e134fc8d1a6281ee786e8b6d3da85300.tar.gz
disable build in PDK
bug: 26722030 Change-Id: I31f97fd5fcb057bdab0c67a2a1d8e4dd21757218
-rw-r--r--Android.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 2ba6a7d..d714603 100644
--- a/Android.mk
+++ b/Android.mk
@@ -12,6 +12,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.
+#disable build in PDK
+ifneq ($(TARGET_BUILD_PDK),true)
+
LOCAL_PATH := $(call my-dir)
pattern_locales := \
@@ -55,3 +58,5 @@ endef
$(foreach l, $(pattern_locales), $(call build-one-pattern-module, $(dir $(l)), $(notdir $l)))
build-one-pattern-module :=
pattern_locales :=
+
+endif #TARGET_BUILD_PDK