Merge "Move lyric sysconfig to vendor" into main

This commit is contained in:
Jooyung Han 2024-12-25 17:24:55 -08:00 committed by Android (Google) Code Review
commit 72bec82019
3 changed files with 18 additions and 0 deletions

View file

@ -58,3 +58,11 @@ prebuilt_etc {
init_rc: ["libg3a_ghawb.rc"], init_rc: ["libg3a_ghawb.rc"],
src: "libg3a_ghawb.rc", src: "libg3a_ghawb.rc",
} }
prebuilt_etc {
name: "vendor-apex-allowlist-lyric.xml",
src: "vendor-apex-allowlist-lyric.xml",
vendor: true,
sub_dir: "sysconfig",
filename_from_src: true,
}

View file

@ -58,6 +58,7 @@ PRODUCT_PACKAGES += libg3a_standalone_ghawb_rc
# Vendor APEX which contains the camera HAL # Vendor APEX which contains the camera HAL
PRODUCT_PACKAGES += com.google.pixel.camera.hal PRODUCT_PACKAGES += com.google.pixel.camera.hal
PRODUCT_PACKAGES += venodr-apex-allowlist-lyric.xml
PRODUCT_PACKAGES += init.camera.set-interrupts-ownership PRODUCT_PACKAGES += init.camera.set-interrupts-ownership
PRODUCT_PACKAGES += lyric_preview_dis_xml PRODUCT_PACKAGES += lyric_preview_dis_xml

View file

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
This XML file declares the vendor apex package names eligible for installation.
-->
<config>
<allowed-vendor-apex package="com.google.pixel.camera.hal" installerPackage="com.google.android.GoogleCamera" />
</config>