diff --git a/device.mk b/device.mk index 62007b9e..1df2247f 100644 --- a/device.mk +++ b/device.mk @@ -656,6 +656,10 @@ PRODUCT_VENDOR_LINKER_CONFIG_FRAGMENTS += \ PRODUCT_PACKAGES += \ GoogleParts +# Properties +TARGET_PRODUCT_PROP += device/google/gs201/product.prop +TARGET_SYSTEM_PROP += device/google/gs201/system.prop + # Tethering PRODUCT_PACKAGES += \ TetheringOverlay diff --git a/product.prop b/product.prop new file mode 100644 index 00000000..df94699c --- /dev/null +++ b/product.prop @@ -0,0 +1,2 @@ +# fsck +persist.fsck.disable_linear_lookup=on diff --git a/system.prop b/system.prop new file mode 100644 index 00000000..2af625b6 --- /dev/null +++ b/system.prop @@ -0,0 +1,2 @@ +# Camera +ro.camerax.extensions.enabled=true