summaryrefslogtreecommitdiff
path: root/device-common.mk
diff options
context:
space:
mode:
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 \