commit | 8fd3361eaf411c8c5750318a3fe8f96fb5f3b57d | [log] [tgz] |
---|---|---|
author | Chris Soyars <ctsoyars@gmail.com> | Thu Jul 08 07:15:43 2010 +0000 |
committer | Chris Soyars <ctsoyars@gmail.com> | Thu Jul 08 07:15:43 2010 +0000 |
tree | 41308ef3e90203d2234d85cbbac82775a710a825 | |
parent | a8904c3e93849f4440fe1ff62816f0b026c935ac [diff] |
Add product specific override to enable modver welcome message in edify.
diff --git a/products/common.mk b/products/common.mk index ae2c7cb..cb41c2a 100644 --- a/products/common.mk +++ b/products/common.mk
@@ -9,6 +9,9 @@ # Include backuptool PRODUCT_SPECIFIC_DEFINES += TARGET_OTA_BACKUPTOOL=true +# Display modversion in edify script. +PRODUCT_SPECIFIC_DEFINES += TARGET_OTA_MODVER=true + # Add ROMManager build property PRODUCT_PROPERTY_OVERRIDES += \ ro.config.ringtone=DonMessWivIt.ogg \