commit | dbf85ad7cc42634851428b21c2fb7b362f70ed24 | [log] [tgz] |
---|---|---|
author | Griffin Millender <griffinn.millender@gmail.com> | Fri Jun 13 18:31:04 2014 -0500 |
committer | Gerrit Code Review <gerrit2@slimgerrit> | Sun Jun 15 04:02:51 2014 +0200 |
tree | 8db5a3511dfcb489cd6f112cadd61692c9139e04 | |
parent | 7647329a303a8e40d179aec40967b3b097701d55 [diff] |
Add prop for buildtype Change-Id: I76efbb16f2e935f5736b19191a3a781006099929
diff --git a/config/common.mk b/config/common.mk index 4e1f548..750d71a 100644 --- a/config/common.mk +++ b/config/common.mk
@@ -187,5 +187,6 @@ BUILD_DISPLAY_ID=$(BUILD_ID) \ slim.ota.version=$(PRODUCT_VERSION_MAJOR).$(PRODUCT_VERSION_MINOR).$(PRODUCT_VERSION_MAINTENANCE) \ ro.slim.version=$(SLIM_VERSION) \ - ro.modversion=$(SLIM_MOD_VERSION) + ro.modversion=$(SLIM_MOD_VERSION) \ + ro.slim.buildtype=$(SLIM_BUILD_TYPE)