From 5cd78d29de9390720948f96d6822ee47ad455c37 Mon Sep 17 00:00:00 2001 From: bohu Date: Mon, 30 Jul 2018 22:54:04 -0700 Subject: set first shipping api to 28 To fix fingerprint selinux errors BUG: 111989951 Change-Id: Iffc8265577bdc636ab8e00ee8603afad44a5e452 --- vendor.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vendor.mk b/vendor.mk index 328b847..8625069 100644 --- a/vendor.mk +++ b/vendor.mk @@ -17,7 +17,8 @@ # This file is to configure vendor/data partitions of emulator-related products # -PRODUCT_SHIPPING_API_LEVEL := 24 +PRODUCT_SHIPPING_API_LEVEL := 28 +TARGET_USES_MKE2FS := true # Device modules PRODUCT_PACKAGES += \ -- cgit v1.2.3