summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Stultz <john.stultz@linaro.org>2021-07-02 20:20:37 +0000
committerJohn Stultz <john.stultz@linaro.org>2021-07-02 22:39:28 +0000
commitd9b540e0287ba0f3031f0ed895bf8379f167ab1a (patch)
tree68ece367a993c4d0384725232dea3962776f5a44
parentfb810a99cf37f47dc096fb0f1cf45f4040d9a16d (diff)
db845c: Update PRODUCT_SHIPPING_API_LEVEL to 30 and FCM to 5
Update PRODUCT_SHIPPING_API_LEVEL and FCM for db845c so they are at 30 and 5 respectively. Signed-off-by: John Stultz <john.stultz@linaro.org> Change-Id: I33209f13e465f59730b2a6384d55cca73304c159
-rw-r--r--device-common.mk19
-rw-r--r--manifest.xml13
2 files changed, 18 insertions, 14 deletions
diff --git a/device-common.mk b/device-common.mk
index 8084584..a996c4f 100644
--- a/device-common.mk
+++ b/device-common.mk
@@ -23,7 +23,7 @@ DEVICE_PACKAGE_OVERLAYS := $(LOCAL_PATH)/overlay
# Build and run only ART
PRODUCT_RUNTIMES := runtime_libart_default
-PRODUCT_SHIPPING_API_LEVEL := 29
+PRODUCT_SHIPPING_API_LEVEL := 30
PRODUCT_OTA_ENFORCE_VINTF_KERNEL_REQUIREMENTS := false
# Enable Scoped Storage related
@@ -44,8 +44,8 @@ PRODUCT_PRODUCT_PROPERTIES := \
# Display
PRODUCT_PACKAGES += \
- android.hardware.drm@1.0-impl \
- android.hardware.drm@1.0-service \
+ android.hardware.drm@1.3-service.clearkey \
+ android.hardware.drm@1.3-service.widevine \
android.hardware.graphics.allocator@2.0-impl \
android.hardware.graphics.allocator@2.0-service \
android.hardware.graphics.composer@2.2-impl \
@@ -91,6 +91,19 @@ PRODUCT_COPY_FILES += \
frameworks/native/data/etc/android.hardware.bluetooth.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.bluetooth.xml \
frameworks/native/data/etc/android.hardware.bluetooth_le.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.bluetooth_le.xml
+#
+# Power HAL
+#
+PRODUCT_PACKAGES += \
+ android.hardware.power-service.example
+
+#
+# PowerStats HAL
+#
+PRODUCT_PACKAGES += \
+ android.hardware.power.stats-service.example
+
+
# Audio
PRODUCT_PACKAGES += \
android.hardware.audio.service \
diff --git a/manifest.xml b/manifest.xml
index 2542348..877987b 100644
--- a/manifest.xml
+++ b/manifest.xml
@@ -1,4 +1,4 @@
-<manifest version="1.0" type="device" target-level="4">
+<manifest version="1.0" type="device" target-level="5">
<hal format="hidl">
<name>android.hardware.audio</name>
<transport>hwbinder</transport>
@@ -36,18 +36,9 @@
</interface>
</hal>
<hal format="hidl">
- <name>android.hardware.configstore</name>
- <transport>hwbinder</transport>
- <version>1.1</version>
- <interface>
- <name>ISurfaceFlingerConfigs</name>
- <instance>default</instance>
- </interface>
- </hal>
- <hal format="hidl">
<name>android.hardware.drm</name>
<transport>hwbinder</transport>
- <version>1.0</version>
+ <version>1.3</version>
<interface>
<name>ICryptoFactory</name>
<instance>default</instance>