Compare commits

..

No commits in common. "aosp16" and "aosp15" have entirely different histories.

4 changed files with 8 additions and 8 deletions

View file

@ -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 += \

View file

@ -19,7 +19,7 @@ cc_binary {
"quirks/device/unihertz_keylayout.cpp",
],
shared_libs: ["libbase", "libdl", "liblog", "libutils"],
static_libs: ["libresetprop"],
static_libs: ["libresetprop", "libc++fs"],
init_rc: ["init_gsi.rc"],
cflags: [
"-std=gnu++17",

View file

@ -35,6 +35,11 @@
<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>
<array name="config_availableColorModes">
<!-- ColorDisplayManager.COLOR_MODE_NATURAL -->
<item>0</item>

View file

@ -1,5 +0,0 @@
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);