diff --git a/redroid.mk b/redroid.mk index 7733ffd..63641e7 100644 --- a/redroid.mk +++ b/redroid.mk @@ -41,7 +41,7 @@ else PRODUCT_BUILD_SYSTEM_IMAGE := true endif -PRODUCT_SHIPPING_API_LEVEL := 31 +PRODUCT_SHIPPING_API_LEVEL := 33 AUDIOSERVER_MULTILIB := first @@ -89,10 +89,10 @@ PRODUCT_PACKAGES += \ ifneq ($(REDROID_DISABLE_OMX),true) $(call inherit-product, hardware/redroid/omx/omx.mk) -else -$(call inherit-product, hardware/redroid/c2/c2.mk) endif +$(call inherit-product, hardware/redroid/c2/c2.mk) + DEVICE_MANIFEST_FILE += device/redroid/android.hardware.bluetooth@1.1.xml