diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 1707709..5748cba 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -150,6 +150,7 @@ INSTALLED_RADIOIMAGE_TARGET += $(INSTALLED_SUPERIMAGE_DUMMY_TARGET) # Properties TARGET_SYSTEM_EXT_PROP += $(PLATFORM_PATH)/system_ext.prop +TARGET_PRODUCT_PROP += $(PLATFORM_PATH)/product.prop TARGET_SYSTEM_PROP += $(PLATFORM_PATH)/system.prop TARGET_VENDOR_PROP += $(PLATFORM_PATH)/vendor.prop diff --git a/product.prop b/product.prop new file mode 100644 index 0000000..d269744 --- /dev/null +++ b/product.prop @@ -0,0 +1,2 @@ +# Google +ro.opa.eligible_device=true