From 7f18ac549a5ebceb6cceb993f0487dc7427b25a4 Mon Sep 17 00:00:00 2001 From: Han Wang <416810799@qq.com> Date: Sat, 5 Jun 2021 10:53:45 +0200 Subject: [PATCH] sm8350-common: Unset PRODUCT_USE_PRODUCT_VNDK_OVERRIDE * This is not needed if PRODUCT_SHIPPING_API_LEVEL is greater than 29, which is true for sm8350 series. Change-Id: I5b3fa65dfaae20c788a96a6a22d4016ddfb19983 --- common.mk | 3 --- 1 file changed, 3 deletions(-) diff --git a/common.mk b/common.mk index 2d8391f..05056b7 100644 --- a/common.mk +++ b/common.mk @@ -43,9 +43,6 @@ DEVICE_PACKAGE_OVERLAYS += \ PRODUCT_ENFORCE_RRO_TARGETS := * -# VNDK -PRODUCT_USE_PRODUCT_VNDK_OVERRIDE := true - # Permissions PRODUCT_COPY_FILES += \ frameworks/native/data/etc/android.hardware.audio.low_latency.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.audio.low_latency.xml \