From d531d043ecf4f1c6b39edba511dc7f9ab8d81be6 Mon Sep 17 00:00:00 2001 From: Demon000 Date: Sun, 20 Oct 2019 20:18:30 +0200 Subject: [PATCH] sm6250-common: set shipping api level Change-Id: I6fb3ccbdb534fc737888648bc780c2cdbe96070e --- common.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/common.mk b/common.mk index 801279b..0315f64 100644 --- a/common.mk +++ b/common.mk @@ -6,3 +6,6 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk) $(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk) + +# API +PRODUCT_SHIPPING_API_LEVEL := 29