diff options
| -rw-r--r-- | product/ota.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/product/ota.mk b/product/ota.mk index 6ce99ec..d50341f 100644 --- a/product/ota.mk +++ b/product/ota.mk @@ -1,4 +1,7 @@ #Build Custom OTAUpdates APP +#Export CM_BUILDTYPE to NIGHTLY type: +CM_BUILDTYPE :=NIGHTLY + # OTAUpdates PRODUCT_PACKAGES += \ OTAUpdates |
