summaryrefslogtreecommitdiffstats
path: root/reference-ril
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2017-05-03 18:07:35 -0700
committerJiyong Park <jiyong@google.com>2017-06-14 19:44:30 +0900
commitd4483a35e889749a7a77276c88613e0661ae3d8e (patch)
tree17361d7bcbefc7fb4fece1bb6739a91682b43ecc /reference-ril
parent917a40746629e581e94474251a935894d55ab357 (diff)
downloadandroid_hardware_ril-d4483a35e889749a7a77276c88613e0661ae3d8e.tar.gz
android_hardware_ril-d4483a35e889749a7a77276c88613e0661ae3d8e.tar.bz2
android_hardware_ril-d4483a35e889749a7a77276c88613e0661ae3d8e.zip
Fix loc of libreference-ril LOCAL_VENDOR_MODULE
Wasn't being applied before. Test: build with BOARD_VNDK_VERSION current Bug: 37429672 Merged-In: I4f55d4d165a5e14c46726c6325e704ca8a6ceebc Change-Id: I4f55d4d165a5e14c46726c6325e704ca8a6ceebc (cherry picked from commit eeebae62179fe2085411fa7463615068bc19e8f6)
Diffstat (limited to 'reference-ril')
-rw-r--r--reference-ril/Android.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/reference-ril/Android.mk b/reference-ril/Android.mk
index 6919a86..6d170c9 100644
--- a/reference-ril/Android.mk
+++ b/reference-ril/Android.mk
@@ -31,6 +31,8 @@ ifeq ($(TARGET_DEVICE),dream)
LOCAL_CFLAGS += -DPOLL_CALL_STATE -DUSE_QMI
endif
+LOCAL_VENDOR_MODULE:= true
+
ifeq (foo,foo)
#build shared library
LOCAL_SHARED_LIBRARIES += \
@@ -45,5 +47,3 @@ else
LOCAL_MODULE:= reference-ril
include $(BUILD_EXECUTABLE)
endif
-
-LOCAL_VENDOR_MODULE:= true