sanders: Move liblight and fp wrapper to vendor

* vendor.prop: force nav bar to be enabled by default for some gsi

Change-Id: I9e9cb2399ed4ac717ffb715dc740ab30501ce485
This commit is contained in:
Sohamlad7
2018-05-29 12:36:38 +05:30
committed by therootlord
parent 36c0b81ea6
commit 076fad1720
4 changed files with 7 additions and 1 deletions

View File

@@ -28,6 +28,7 @@ LOCAL_MODULE_RELATIVE_PATH := hw
LOCAL_MODULE := fingerprint.msm8953
LOCAL_MODULE_TAGS := optional
LOCAL_32_BIT_ONLY := true
LOCAL_VENDOR_MODULE := true
include $(BUILD_SHARED_LIBRARY)

View File

@@ -6,6 +6,7 @@ LOCAL_INIT_RC := android.hardware.biometrics.fingerprint@2.1-service_32.rc
LOCAL_PROPRIETARY_MODULE := true
LOCAL_32_BIT_ONLY := true
LOCAL_MODULE_RELATIVE_PATH := hw
LOCAL_VENDOR_MODULE := true
LOCAL_SRC_FILES := \
../../../../../hardware/interfaces/biometrics/fingerprint/2.1/default/BiometricsFingerprint.cpp \
../../../../../hardware/interfaces/biometrics/fingerprint/2.1/default/service.cpp
@@ -19,4 +20,4 @@ LOCAL_SHARED_LIBRARIES := \
libutils \
android.hardware.biometrics.fingerprint@2.1
include $(BUILD_EXECUTABLE)
include $(BUILD_EXECUTABLE)

View File

@@ -23,5 +23,6 @@ LOCAL_SHARED_LIBRARIES := liblog
LOCAL_SRC_FILES := lights.c
LOCAL_MODULE := lights.$(TARGET_BOARD_PLATFORM)
LOCAL_MODULE_TAGS := optional
LOCAL_VENDOR_MODULE := true
include $(BUILD_SHARED_LIBRARY)

View File

@@ -2,6 +2,9 @@
# system.prop for sanders
#
# Navigation bar In some GSI nav bar isn't enabled so force it
qemu.hw.mainkeys=0
# Audio
audio.deep_buffer.media=true
vendor.audio.offload.buffer.size.kb=64