Compare commits
28 Commits
bka-backup
...
bka
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9f48fe7af8 | ||
|
|
69cec4a226 | ||
|
|
e3709c3a5f | ||
|
|
36fc00c6f7 | ||
|
|
691ae80522 | ||
|
|
7f7b28b7ec | ||
|
|
698b0793e0 | ||
|
|
ba3f515548 | ||
|
|
61f4eca83c | ||
|
|
0daafe0ad3 | ||
|
|
176d45a401 | ||
|
|
7cca5eb75f | ||
|
|
677534ab57 | ||
|
|
39eaf77d3b | ||
|
|
32010fe8a6 | ||
|
|
1c92a3aa64 | ||
|
|
580d92d48e | ||
|
|
063ebd6340 | ||
|
|
d927eafa9d | ||
|
|
78c36e6e7a | ||
|
|
27f7258f40 | ||
|
|
79073ee5fb | ||
|
|
9517a2b2f4 | ||
|
|
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 {
|
||||
name: "firmware_wlan_mac.bin_symlink",
|
||||
|
||||
16
common.mk
16
common.mk
@@ -23,7 +23,7 @@ $(call inherit-product, hardware/qcom-caf/common/common.mk)
|
||||
$(call soong_config_set,surfaceflinger,udfps_lib,//$(LOCAL_PATH):libudfps_extension.realme_sm7125)
|
||||
|
||||
# speaker layout channel mask
|
||||
$(call soong_config_set,android_hardware_audio,skip_speaker_layout_channel_mask_field,true)
|
||||
$(call soong_config_set_bool,android_hardware_audio,skip_speaker_layout_channel_mask_field,true)
|
||||
|
||||
# Partitions
|
||||
PRODUCT_USE_DYNAMIC_PARTITIONS := true
|
||||
@@ -275,7 +275,7 @@ $(call inherit-product-if-exists, vendor/lawnchair/lawnchair.mk)
|
||||
PRODUCT_PACKAGES += \
|
||||
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
|
||||
PRODUCT_PACKAGES += \
|
||||
@@ -361,8 +361,8 @@ PRODUCT_DEXPREOPT_SPEED_APPS += \
|
||||
#Protobuf
|
||||
PRODUCT_PACKAGES += \
|
||||
libprotobuf-cpp-full-3.9.1-vendorcompat \
|
||||
libprotobuf-cpp-lite-3.9.1
|
||||
|
||||
libprotobuf-cpp-lite-3.9.1-vendorcompat
|
||||
|
||||
# QTI FWK Detect
|
||||
PRODUCT_PACKAGES += \
|
||||
libqti_vndfwk_detect.vendor \
|
||||
@@ -538,7 +538,6 @@ PRODUCT_PACKAGES += \
|
||||
android.frameworks.cameraservice.service@2.0.vendor \
|
||||
android.frameworks.cameraservice.service@2.1.vendor \
|
||||
android.frameworks.displayservice@1.0.vendor \
|
||||
android.frameworks.schedulerservice@1.0.vendor \
|
||||
android.frameworks.stats@1.0.vendor \
|
||||
android.hardware.atrace@1.0.vendor \
|
||||
android.frameworks.sensorservice@1.0.vendor \
|
||||
@@ -554,8 +553,6 @@ PRODUCT_PACKAGES += \
|
||||
android.hardware.audio@5.0.vendor \
|
||||
android.hardware.audio@6.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.evs@1.0.vendor \
|
||||
android.hardware.automotive.evs@1.1.vendor \
|
||||
@@ -655,11 +652,6 @@ PRODUCT_PACKAGES += \
|
||||
android.hardware.usb@1.0.vendor \
|
||||
android.hardware.usb@1.1.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.wifi.hostapd@1.0.vendor \
|
||||
android.hardware.wifi.hostapd@1.1.vendor \
|
||||
|
||||
@@ -57,4 +57,7 @@
|
||||
<!-- Location on the screen of the center of the physical power button. -->
|
||||
<dimen name="physical_power_button_center_screen_location_y">912px</dimen>
|
||||
|
||||
<!-- Blur radius behind Notification Shade -->
|
||||
<dimen name="max_shade_window_blur_radius">17dp</dimen>
|
||||
|
||||
</resources>
|
||||
|
||||
@@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Copyright (C) 2018 The Android Open Source Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
<resources>
|
||||
<integer name="max_depth_blur_radius">11</integer>
|
||||
<dimen name="max_depth_blur_radius_enhanced">15dp</dimen>
|
||||
</resources>
|
||||
@@ -1,2 +0,0 @@
|
||||
allow hal_secure_element_default nfc_hwservice:hwservice_manager { find add };
|
||||
binder_call(hal_secure_element_default, nfc_hwservice)
|
||||
@@ -112,6 +112,7 @@ ro.hardware.egl=adreno
|
||||
ro.hardware.vulkan=adreno
|
||||
ro.opengles.version=196610
|
||||
ro.vendor.cabc.enable=true
|
||||
ro.surface_flinger.blur_disabled_by_default=true
|
||||
vendor.display.comp_mask=0
|
||||
vendor.display.disable_decimation=1
|
||||
vendor.display.disable_excl_rect=0
|
||||
|
||||
Reference in New Issue
Block a user