Compare commits
6 commits
Author | SHA1 | Date | |
---|---|---|---|
f792553093 | |||
be986763e0 | |||
65b14e619c | |||
6dff863bf0 | |||
6753142a7c | |||
7df194f1a3 |
4 changed files with 8 additions and 8 deletions
|
@ -54,7 +54,7 @@ PRODUCT_COPY_FILES += \
|
|||
frameworks/native/data/etc/android.software.telecom.xml:$(TARGET_COPY_OUT_PRODUCT)/etc/permissions/android.software.telecom.xml
|
||||
|
||||
# vendor/foss
|
||||
include vendor/foss/foss.mk
|
||||
-include vendor/foss/foss.mk
|
||||
|
||||
# Launcher3
|
||||
PRODUCT_PACKAGES += \
|
||||
|
|
|
@ -19,7 +19,7 @@ cc_binary {
|
|||
"quirks/device/unihertz_keylayout.cpp",
|
||||
],
|
||||
shared_libs: ["libbase", "libdl", "liblog", "libutils"],
|
||||
static_libs: ["libresetprop", "libc++fs"],
|
||||
static_libs: ["libresetprop"],
|
||||
init_rc: ["init_gsi.rc"],
|
||||
cflags: [
|
||||
"-std=gnu++17",
|
||||
|
|
|
@ -33,12 +33,7 @@
|
|||
<bool name="config_swipe_up_gesture_setting_available">true</bool>
|
||||
<bool name="config_smart_battery_available">true</bool>
|
||||
<dimen name="config_dialogCornerRadius">8.0dip</dimen>
|
||||
<dimen name="config_buttonCornerRadius">4.0dip</dimen>
|
||||
|
||||
<string-array name="config_biometric_sensors" translatable="false" >
|
||||
<!-- ID0:Fingerprint:Strong -->
|
||||
<item>0:2:15</item>
|
||||
</string-array>
|
||||
<dimen name="config_buttonCornerRadius">4.0dip</dimen>
|
||||
|
||||
<array name="config_availableColorModes">
|
||||
<!-- ColorDisplayManager.COLOR_MODE_NATURAL -->
|
||||
|
|
5
sepolicy/private/hal_aidl_agolddaemon_service.te
Normal file
5
sepolicy/private/hal_aidl_agolddaemon_service.te
Normal file
|
@ -0,0 +1,5 @@
|
|||
type hal_aidl_agolddaemon_service, service_manager_type, hal_service_type;
|
||||
allow cameraserver hal_aidl_agolddaemon_service:service_manager { find };
|
||||
|
||||
type hal_aidl_agolddaemon_default, domain;
|
||||
binder_call(cameraserver, hal_aidl_agolddaemon_default);
|
Loading…
Add table
Reference in a new issue