kunlun2: lights: Statically link {libbase, libutils}

* Fixes unresolved R symbols.

Change-Id: I1bb820eb7e8e1ae914298657c2ffc38999989109
This commit is contained in:
LuK1337 2020-10-09 21:01:28 +02:00 committed by GiaSen
parent 83a4082fe7
commit a0f704a285

View file

@ -17,13 +17,15 @@ LOCAL_REQUIRED_MODULES := \
android.hardware.light@2.0-service.lenovo_kunlun2.rc
LOCAL_SHARED_LIBRARIES := \
libbase \
libhardware \
libhidlbase \
liblog \
libutils \
android.hardware.light@2.0
LOCAL_STATIC_LIBRARIES := \
libbase \
libutils
include $(BUILD_EXECUTABLE)
include $(CLEAR_VARS)