This sysconfig is about the apex (com.google.pixel.camera.hal). So it should be installed with the apex, not in /product. Bug: 375357389 Test: SysConfigTest#testVendorApexAllowlist Change-Id: I551870fcff576527d3fdfff3d17a5e7b0ce198a9
9 lines
263 B
XML
9 lines
263 B
XML
<?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>
|