diff options
| author | lolmaxlik <ilya.lebedev.2003@mail.ru> | 2016-09-25 10:50:31 +0600 |
|---|---|---|
| committer | lolmaxlik <ilya.lebedev.2003@mail.ru> | 2016-09-25 10:50:31 +0600 |
| commit | be6ae9385f35279c0087b52058c0a8eeb4226ea3 (patch) | |
| tree | 24e2a410772080e02d60a2aa0ff3d32c7c4f7072 | |
| parent | c1255e4bf0f497258721bbf63ff8db5b8a85c34c (diff) | |
peach: Enable Build Custom OTAUpdate app
* Not tested
| -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 |
