diff options
| -rw-r--r-- | product/ota.mk | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/product/ota.mk b/product/ota.mk new file mode 100644 index 0000000..6ce99ec --- /dev/null +++ b/product/ota.mk @@ -0,0 +1,10 @@ +#Build Custom OTAUpdates APP +# OTAUpdates +PRODUCT_PACKAGES += \ + OTAUpdates + +# OTA dependencies +PRODUCT_PROPERTY_OVERRIDES += \ + ro.ota.romname=cm-13.0-peach \ + ro.ota.version=$(shell date +%Y%m%d) \ + ro.ota.manifest=https://raw.githubusercontent.com/BenefitA3/OTAUpdates/aosp/ota.xml |
