OSDN Git Service

Fix loc of libreference-ril LOCAL_VENDOR_MODULE
authorSteven Moreland <smoreland@google.com>
Thu, 4 May 2017 01:07:35 +0000 (18:07 -0700)
committerSteven Moreland <smoreland@google.com>
Thu, 4 May 2017 01:08:55 +0000 (18:08 -0700)
Wasn't being applied before.

Test: build with BOARD_VNDK_VERSION current
Bug: 37429672
Change-Id: I4f55d4d165a5e14c46726c6325e704ca8a6ceebc

reference-ril/Android.mk

index a82ef50..6afdbd3 100644 (file)
@@ -34,6 +34,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 += \
@@ -48,5 +50,3 @@ else
   LOCAL_MODULE:= reference-ril
   include $(BUILD_EXECUTABLE)
 endif
-
-LOCAL_VENDOR_MODULE:= true