summaryrefslogtreecommitdiff
path: root/device.mk
diff options
context:
space:
mode:
authorPraneeth Bajjuri <praneeth@ti.com>2020-04-10 18:29:14 -0500
committerPraneeth Bajjuri <praneeth@ti.com>2020-04-11 17:23:24 +0000
commitb33774634cb5728cbe75c9b6e3341ce6e2f83607 (patch)
tree0d5c786cc5bbb3dac8d0aebe1e36c6e0487587be /device.mk
parentf833406fc1b6430a4ae14b2eb0ef10cde0ce0a7b (diff)
downloadbeagle-x15-b33774634cb5728cbe75c9b6e3341ce6e2f83607.tar.gz
beagle_x15: upgrade auto target with PRODUCT_SHIPPING_API_LEVEL to 29
Setting PRODUCT_SHIPPING_API_LEVEL and bumping manifest and FCM version to 2. This fixes boot with auto HMI target/interface. Test: Build with lunch beagle_x15_auto-userdebug, Boot to Auto UI Change-Id: I888dfae7c0ddbfd62a368089adb743622ce4d511 Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
Diffstat (limited to 'device.mk')
-rw-r--r--device.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/device.mk b/device.mk
index 2951b81..ee50951 100644
--- a/device.mk
+++ b/device.mk
@@ -26,6 +26,9 @@ PRODUCT_SOONG_NAMESPACES += \
# Adjust the dalvik heap to be appropriate for a tablet.
$(call inherit-product, frameworks/native/build/tablet-7in-xhdpi-2048-dalvik-heap.mk)
+PRODUCT_SHIPPING_API_LEVEL := 29
+PRODUCT_OTA_ENFORCE_VINTF_KERNEL_REQUIREMENTS := false
+
# Set custom settings
DEVICE_PACKAGE_OVERLAYS := device/ti/beagle_x15/overlay
PREBUILT_DIR := device/ti/beagle_x15-kernel