zuma: Add AiAi allowlist
* In Android 12, Android System Intelligence (com.google.android.as) uses some of the Private Compute Service (com.google.android.as.oss) services. The absence of these Allowlists will cause Android System Intelligence to fail to connect to the network and cause collapse. * We don't need to extract google.xml to fix it, just extract the AiAi part Change-Id: I446ae5d243cff134901094f82c90a0bbf3bb4381
This commit is contained in:
parent
f16e622872
commit
7ff103b28c
2 changed files with 37 additions and 0 deletions
|
@ -7,6 +7,10 @@
|
|||
# Overlays
|
||||
DEVICE_PACKAGE_OVERLAYS += device/google/zuma/overlay-lineage
|
||||
|
||||
# AiAi Config
|
||||
PRODUCT_COPY_FILES += \
|
||||
device/google/zuma/allowlist_com.google.android.as.xml:$(TARGET_COPY_OUT_PRODUCT)/etc/sysconfig/allowlist_com.google.android.as.xml
|
||||
|
||||
# Camera
|
||||
PRODUCT_PRODUCT_PROPERTIES += \
|
||||
ro.vendor.camera.extensions.package=com.google.android.apps.camera.services \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue