PRODUCT_SHIPPING_API_LEVEL := 26

Bug: 62434384
Change-Id: I3e254413356460df77d5d9c5da2f13b4e9bda243
Signed-off-by: Thierry Strudel <tstrudel@google.com>
This commit is contained in:
Thierry Strudel
2017-06-07 23:34:46 -07:00
parent c7b87dcbb6
commit c707124156

View File

@@ -48,7 +48,7 @@ else
endif
PRODUCT_CHARACTERISTICS := nosdcard
PRODUCT_SHIPPING_API_LEVEL := 24
PRODUCT_SHIPPING_API_LEVEL := 26
DEVICE_PACKAGE_OVERLAYS += $(LOCAL_PATH)/overlay
@@ -231,8 +231,6 @@ PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/p2p_supplicant_overlay.conf:$(TARGET_COPY_OUT_VENDOR)/etc/wifi/p2p_supplicant_overlay.conf \
$(LOCAL_PATH)/wifi_concurrency_cfg.txt:$(TARGET_COPY_OUT_VENDOR)/etc/wifi/wifi_concurrency_cfg.txt
PRODUCT_FULL_TREBLE_OVERRIDE := true
PRODUCT_PACKAGES += \
hwcomposer.msm8998 \
android.hardware.graphics.composer@2.1-impl \