commit | 08f2774ec73622284f6a1f06a91b5dcc7bfdbeba | [log] [tgz] |
---|---|---|
author | BitO BSessiOn <bitobsession@gmail.com> | Tue Apr 24 15:46:40 2018 +0200 |
committer | BitO BSessiOn <bitobsession@gmail.com> | Tue Apr 24 15:58:19 2018 +0200 |
tree | 8f00a14a3540ef95ac07624f5378a5f8a839321a | |
parent | 1a0a1e0a8f1fe09aca0796246b6ecacaab3dec18 [diff] |
Avoid conflicts while building with some CAF devices Change-Id: I140acc359772bf38f8042af802e1de4c4d7040db
diff --git a/Android.mk b/Android.mk index 139a10c..9d1e37d 100644 --- a/Android.mk +++ b/Android.mk
@@ -1,3 +1,6 @@ + +ifeq ($(filter msm8998,$(TARGET_BOARD_PLATFORM)),) + LIBJSON_ROOT := $(call my-dir) include $(CLEAR_VARS) LOCAL_MODULE := libjson @@ -33,3 +36,5 @@ LOCAL_MODULE_TAG := optional LOCAL_VENDOR_MODULE := true include $(BUILD_SHARED_LIBRARY) + +endif