tangorpro: Build GrilRadioCustomizableNoRadio RRO unconditionally

Change-Id: Ia420c4ea6187d89fd8d9e936a897c58321b6c70a
This commit is contained in:
Nolen Johnson 2023-06-29 17:03:59 -04:00 committed by Michael Bestas
parent ec577c0298
commit 417727c85e
No known key found for this signature in database
GPG key ID: CC95044519BE6669
4 changed files with 24 additions and 0 deletions

View file

@ -10,6 +10,10 @@ DEVICE_PACKAGE_OVERLAYS += $(DEVICE_PATH)/overlay-lineage
PRODUCT_PACKAGES += \
ANGLE
# RRO
PRODUCT_PACKAGES += \
GrilRadioCustomizableNoRadio
# Build necessary packages for vendor
# Codec2

View file

@ -0,0 +1,8 @@
package {
default_applicable_licenses: ["Android-Apache-2.0"],
}
runtime_resource_overlay {
name: "GrilRadioCustomizableNoRadio",
product_specific: true,
}

View file

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.google.android.grilservice.radio.overlay">
<application android:extractNativeLibs="true" android:hasCode="false" />
<overlay android:targetPackage="com.google.android.grilservice"
android:priority="0"
android:isStatic="true" />
</manifest>

View file

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<bool name="board_with_radio">false</bool>
</resources>