Compare commits

...
Sign in to create a new pull request.

6 commits

Author SHA1 Message Date
f792553093 gsi: Add sepolicy for cameraserver to set the non-GSI flag for Agold 2025-06-22 19:22:44 -04:00
be986763e0 gsi: overlay: Remove config_biometric_sensors
This is now patched in frameworks.
2025-06-22 15:43:50 -04:00
65b14e619c Revert "gsi: Import agolddaemon interface from TrebleDroid"
This reverts commit 6dff863bf0.

We're just gonna import the whole repo
2025-06-21 20:50:23 -04:00
6dff863bf0 gsi: Import agolddaemon interface from TrebleDroid
Yes this is disgusting, these shouldn't live in the device tree, but
alas
2025-06-21 16:44:53 -04:00
6753142a7c gsi: init: Remove libc++fs
This is included in libc++ now
2025-06-15 16:45:18 -04:00
7df194f1a3 gsi: Don't hard-require vendor/foss 2025-06-15 11:42:55 -04:00
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", "libc++fs"],
static_libs: ["libresetprop"],
init_rc: ["init_gsi.rc"],
cflags: [
"-std=gnu++17",

View file

@ -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 -->

View 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);