diff options
author | Vishal Mahaveer | 2018-03-08 13:36:08 -0600 |
---|---|---|
committer | Vishal Mahaveer | 2018-03-08 13:37:01 -0600 |
commit | 60832bf5bd34f0f5e5c599b975dc20387c80561a (patch) | |
tree | 821a66ef01d55801f5f3bf90d3ad3bc736a01f89 | |
parent | f210e3b7ab107c4897e36dbf325267513a16d3a6 (diff) | |
download | hardware-ti-libdce-60832bf5bd34f0f5e5c599b975dc20387c80561a.tar.gz hardware-ti-libdce-60832bf5bd34f0f5e5c599b975dc20387c80561a.tar.xz hardware-ti-libdce-60832bf5bd34f0f5e5c599b975dc20387c80561a.zip |
[ANDROID] update makefile with proper vendor flag
Use LOCAL_VENDOR_MODULE lines instead of explicitly specifying
LOCAL_MODULE_PATH for vendor modules.
Change-Id: I6783f0003409b34de7f6bc02b76137b5542540ea
Signed-off-by: Vishal Mahaveer <vishalm@ti.com>
-rw-r--r-- | Android.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ LOCAL_SHARED_LIBRARIES := \ | |||
28 | LOCAL_CFLAGS += -DBUILDOS_ANDROID -DDCE_DEBUG_ENABLE=1 -DDCE_DEBUG_LEVEL=1 | 28 | LOCAL_CFLAGS += -DBUILDOS_ANDROID -DDCE_DEBUG_ENABLE=1 -DDCE_DEBUG_LEVEL=1 |
29 | 29 | ||
30 | LOCAL_MODULE_TAGS:= optional | 30 | LOCAL_MODULE_TAGS:= optional |
31 | LOCAL_MODULE_PATH:= $(TARGET_OUT_VENDOR_SHARED_LIBRARIES) | 31 | LOCAL_VENDOR_MODULE := true |
32 | 32 | ||
33 | LOCAL_SRC_FILES:= libdce.c libdce_android.c memplugin_android.c | 33 | LOCAL_SRC_FILES:= libdce.c libdce_android.c memplugin_android.c |
34 | 34 | ||