Compare commits
6 Commits
evolution
...
evolution-
| Author | SHA1 | Date | |
|---|---|---|---|
|
df6b612418
|
|||
|
|
902d9b8b8c | ||
|
|
2ad26e321b | ||
|
|
4b55992686 | ||
|
|
9ee13c15a6 | ||
|
|
895a9d4a5f |
@@ -6,11 +6,6 @@ soong_namespace {
|
|||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
|
||||||
cc_library_shared {
|
|
||||||
name: "libprotobuf-cpp-lite-3.9.1",
|
|
||||||
shared_libs: ["libprotobuf-cpp-full-3.9.1-vendorcompat"],
|
|
||||||
vendor: true,
|
|
||||||
}
|
|
||||||
|
|
||||||
install_symlink {
|
install_symlink {
|
||||||
name: "firmware_wlan_mac.bin_symlink",
|
name: "firmware_wlan_mac.bin_symlink",
|
||||||
|
|||||||
@@ -101,7 +101,6 @@ BOARD_HAVE_QCOM_FM := true
|
|||||||
DEVICE_FRAMEWORK_COMPATIBILITY_MATRIX_FILE := \
|
DEVICE_FRAMEWORK_COMPATIBILITY_MATRIX_FILE := \
|
||||||
hardware/qcom-caf/common/vendor_framework_compatibility_matrix.xml \
|
hardware/qcom-caf/common/vendor_framework_compatibility_matrix.xml \
|
||||||
hardware/qcom-caf/common/vendor_framework_compatibility_matrix_legacy.xml \
|
hardware/qcom-caf/common/vendor_framework_compatibility_matrix_legacy.xml \
|
||||||
vendor/lineage/config/device_framework_matrix.xml \
|
|
||||||
$(COMMON_PATH)/framework_compatibility_matrix.xml
|
$(COMMON_PATH)/framework_compatibility_matrix.xml
|
||||||
|
|
||||||
DEVICE_MANIFEST_FILE := \
|
DEVICE_MANIFEST_FILE := \
|
||||||
|
|||||||
10
common.mk
10
common.mk
@@ -270,7 +270,7 @@ $(call inherit-product-if-exists, vendor/lawnchair/lawnchair.mk)
|
|||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
vendor.lineage.livedisplay-service.sdm
|
vendor.lineage.livedisplay-service.sdm
|
||||||
|
|
||||||
$(call soong_config_set,livedisplay_sdm,enable_dm,false)
|
$(call soong_config_set_bool,livedisplay_sdm,enable_dm,false)
|
||||||
|
|
||||||
# Media
|
# Media
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
@@ -533,7 +533,6 @@ PRODUCT_PACKAGES += \
|
|||||||
android.frameworks.cameraservice.service@2.0.vendor \
|
android.frameworks.cameraservice.service@2.0.vendor \
|
||||||
android.frameworks.cameraservice.service@2.1.vendor \
|
android.frameworks.cameraservice.service@2.1.vendor \
|
||||||
android.frameworks.displayservice@1.0.vendor \
|
android.frameworks.displayservice@1.0.vendor \
|
||||||
android.frameworks.schedulerservice@1.0.vendor \
|
|
||||||
android.frameworks.stats@1.0.vendor \
|
android.frameworks.stats@1.0.vendor \
|
||||||
android.hardware.atrace@1.0.vendor \
|
android.hardware.atrace@1.0.vendor \
|
||||||
android.frameworks.sensorservice@1.0.vendor \
|
android.frameworks.sensorservice@1.0.vendor \
|
||||||
@@ -549,8 +548,6 @@ PRODUCT_PACKAGES += \
|
|||||||
android.hardware.audio@5.0.vendor \
|
android.hardware.audio@5.0.vendor \
|
||||||
android.hardware.audio@6.0.vendor \
|
android.hardware.audio@6.0.vendor \
|
||||||
android.hardware.authsecret@1.0.vendor \
|
android.hardware.authsecret@1.0.vendor \
|
||||||
android.hardware.automotive.audiocontrol@1.0.vendor \
|
|
||||||
android.hardware.automotive.audiocontrol@2.0.vendor \
|
|
||||||
android.hardware.automotive.can@1.0.vendor \
|
android.hardware.automotive.can@1.0.vendor \
|
||||||
android.hardware.automotive.evs@1.0.vendor \
|
android.hardware.automotive.evs@1.0.vendor \
|
||||||
android.hardware.automotive.evs@1.1.vendor \
|
android.hardware.automotive.evs@1.1.vendor \
|
||||||
@@ -650,11 +647,6 @@ PRODUCT_PACKAGES += \
|
|||||||
android.hardware.usb@1.0.vendor \
|
android.hardware.usb@1.0.vendor \
|
||||||
android.hardware.usb@1.1.vendor \
|
android.hardware.usb@1.1.vendor \
|
||||||
android.hardware.usb@1.2.vendor \
|
android.hardware.usb@1.2.vendor \
|
||||||
android.hardware.vibrator@1.0.vendor \
|
|
||||||
android.hardware.vibrator@1.1.vendor \
|
|
||||||
android.hardware.vibrator@1.2.vendor \
|
|
||||||
android.hardware.vibrator@1.3.vendor \
|
|
||||||
android.hardware.vr@1.0.vendor \
|
|
||||||
android.hardware.weaver@1.0.vendor \
|
android.hardware.weaver@1.0.vendor \
|
||||||
android.hardware.wifi.hostapd@1.0.vendor \
|
android.hardware.wifi.hostapd@1.0.vendor \
|
||||||
android.hardware.wifi.hostapd@1.1.vendor \
|
android.hardware.wifi.hostapd@1.1.vendor \
|
||||||
|
|||||||
@@ -151,9 +151,6 @@ ro.qcom.adreno.qgl.ShaderStorageImageExtendedFormats=0
|
|||||||
# FM
|
# FM
|
||||||
vendor.hw.fm.init=0
|
vendor.hw.fm.init=0
|
||||||
|
|
||||||
# FRP
|
|
||||||
ro.frp.pst=/dev/block/bootdevice/by-name/frp
|
|
||||||
|
|
||||||
#Graphics
|
#Graphics
|
||||||
debug.hwui.use_hint_manager=true
|
debug.hwui.use_hint_manager=true
|
||||||
debug.hwui.target_cpu_time_percent=30
|
debug.hwui.target_cpu_time_percent=30
|
||||||
|
|||||||
Reference in New Issue
Block a user