summaryrefslogtreecommitdiff
path: root/device-common.mk
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 /device-common.mk
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
Diffstat (limited to 'device-common.mk')
-rw-r--r--device-common.mk19
1 files changed, 16 insertions, 3 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 \