tangorpro: Build GrilRadioCustomizableNoRadio RRO unconditionally
Change-Id: Ia420c4ea6187d89fd8d9e936a897c58321b6c70a
This commit is contained in:
parent
ec577c0298
commit
417727c85e
4 changed files with 24 additions and 0 deletions
|
@ -10,6 +10,10 @@ DEVICE_PACKAGE_OVERLAYS += $(DEVICE_PATH)/overlay-lineage
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
ANGLE
|
ANGLE
|
||||||
|
|
||||||
|
# RRO
|
||||||
|
PRODUCT_PACKAGES += \
|
||||||
|
GrilRadioCustomizableNoRadio
|
||||||
|
|
||||||
# Build necessary packages for vendor
|
# Build necessary packages for vendor
|
||||||
|
|
||||||
# Codec2
|
# Codec2
|
||||||
|
|
|
@ -0,0 +1,8 @@
|
||||||
|
package {
|
||||||
|
default_applicable_licenses: ["Android-Apache-2.0"],
|
||||||
|
}
|
||||||
|
|
||||||
|
runtime_resource_overlay {
|
||||||
|
name: "GrilRadioCustomizableNoRadio",
|
||||||
|
product_specific: true,
|
||||||
|
}
|
|
@ -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>
|
|
@ -0,0 +1,4 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<resources>
|
||||||
|
<bool name="board_with_radio">false</bool>
|
||||||
|
</resources>
|
Loading…
Add table
Add a link
Reference in a new issue