Foundation of the vendor/pawlet tree for Android 16: - Hardware feature declarations for RPi phone/tablet/TV variants - BootControl HAL: fix VINTF manifest version, qualify android::base namespace - microG: add microg.mk with FAKE_PACKAGE_SIGNATURE auto-grant and network location feature XML; enable for all RPi variants - PawletPlatform resource APK and ThemePickerPawletOverlay: fix XML comments - Updater overlay: wire in tryboot A/B config for RPi firmware tryboot support - PawletSettings added to PRODUCT_PACKAGES - Separated RPi-specific configs from base vendor config
7 lines
175 B
XML
7 lines
175 B
XML
<manifest version="1.0" type="device">
|
|
<hal format="aidl">
|
|
<name>android.hardware.boot</name>
|
|
<fqname>IBootControl/default</fqname>
|
|
</hal>
|
|
</manifest>
|