summaryrefslogtreecommitdiff
path: root/device-common.mk
diff options
context:
space:
mode:
authorJohn Stultz <john.stultz@linaro.org>2021-07-02 21:23:59 +0000
committerJohn Stultz <john.stultz@linaro.org>2021-07-07 01:10:02 +0000
commite4b2cbd62723f711e40761c43d5b5f710a0a7d79 (patch)
tree88e6d89c8b67d7cec00d2d38584bd0f7ae30a581 /device-common.mk
parentd9b540e0287ba0f3031f0ed895bf8379f167ab1a (diff)
db845c: Update PRODUCT_SHIPPING_API_LEVEL to 31 and FCM to 6android-s-beta-4android-s-beta-3
Update PRODUCT_SHIPPING_API_LEVEL and FCM for db845c so they are at 31 and 6 respectively. This also dropps the dummy memtrack HAL, as its no longer required. Signed-off-by: John Stultz <john.stultz@linaro.org> Change-Id: I96fb44dbb54d8f51dee917175342ee734c074512
Diffstat (limited to 'device-common.mk')
-rw-r--r--device-common.mk8
1 files changed, 1 insertions, 7 deletions
diff --git a/device-common.mk b/device-common.mk
index a996c4f..fa79ab0 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 := 30
+PRODUCT_SHIPPING_API_LEVEL := 31
PRODUCT_OTA_ENFORCE_VINTF_KERNEL_REQUIREMENTS := false
# Enable Scoped Storage related
@@ -156,12 +156,6 @@ PRODUCT_COPY_FILES += \
PRODUCT_COPY_FILES += \
device/linaro/dragonboard/etc/permissions/android.software.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.xml
-# Memtrack
-PRODUCT_PACKAGES += \
- memtrack.default \
- android.hardware.memtrack@1.0-service \
- android.hardware.memtrack@1.0-impl
-
# Keymaster
PRODUCT_PACKAGES += \
android.hardware.keymaster@3.0-impl \