diff options
-rwxr-xr-x | msm8996.mk | 5 | ||||
-rw-r--r-- | rootdir/etc/init.qcom.rc | 1 |
2 files changed, 4 insertions, 2 deletions
@@ -32,6 +32,8 @@ $(call inherit-product, vendor/zuk/msm8996-common/msm8996-common-vendor.mk) # Setup dalvik vm configs $(call inherit-product, frameworks/native/build/phone-xhdpi-4096-dalvik-heap.mk) +PRODUCT_OTA_ENFORCE_VINTF_KERNEL_REQUIREMENTS := true + # Overlays DEVICE_PACKAGE_OVERLAYS += \ $(LOCAL_PATH)/overlay \ @@ -147,7 +149,8 @@ PRODUCT_PACKAGES += \ android.hardware.camera.provider@2.5:64 \ camera.msm8996 \ libion.vendor \ - libgui_vendor + libgui_vendor \ + libstdc++_vendor # Common init scripts PRODUCT_PACKAGES += \ diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index 9c1f81e..2124e3b 100644 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -68,7 +68,6 @@ on late-fs start servicemanager start surfaceflinger start bootanim - start vendor.configstore-hal start vendor.gralloc-2-0 # Mount RW partitions which need run fsck |