kunlun2: lights: Statically link {libbase, libutils}
* Fixes unresolved R symbols. Change-Id: I1bb820eb7e8e1ae914298657c2ffc38999989109
This commit is contained in:
parent
83a4082fe7
commit
a0f704a285
1 changed files with 4 additions and 2 deletions
|
@ -17,13 +17,15 @@ LOCAL_REQUIRED_MODULES := \
|
||||||
android.hardware.light@2.0-service.lenovo_kunlun2.rc
|
android.hardware.light@2.0-service.lenovo_kunlun2.rc
|
||||||
|
|
||||||
LOCAL_SHARED_LIBRARIES := \
|
LOCAL_SHARED_LIBRARIES := \
|
||||||
libbase \
|
|
||||||
libhardware \
|
libhardware \
|
||||||
libhidlbase \
|
libhidlbase \
|
||||||
liblog \
|
liblog \
|
||||||
libutils \
|
|
||||||
android.hardware.light@2.0
|
android.hardware.light@2.0
|
||||||
|
|
||||||
|
LOCAL_STATIC_LIBRARIES := \
|
||||||
|
libbase \
|
||||||
|
libutils
|
||||||
|
|
||||||
include $(BUILD_EXECUTABLE)
|
include $(BUILD_EXECUTABLE)
|
||||||
|
|
||||||
include $(CLEAR_VARS)
|
include $(CLEAR_VARS)
|
||||||
|
|
Loading…
Reference in a new issue