Created
August 5, 2018 19:16
-
-
Save mrtnmtth/a02b278ddc0dced70c0cd9bfdda365e9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| From 484ccaf29cd170732f4a96cad5da839e37f529eb Mon Sep 17 00:00:00 2001 | |
| From: mttronc <mrtn.mtth@gmx.de> | |
| Date: Mon, 13 Mar 2017 23:59:56 +0100 | |
| Subject: [PATCH] Add custom tag for unofficial build | |
| --- | |
| cm.mk | 3 +++ | |
| 1 file changed, 3 insertions(+) | |
| diff --git a/cm.mk b/cm.mk | |
| index 80ba3d1..ffa44ed 100644 | |
| --- a/cm.mk | |
| +++ b/cm.mk | |
| @@ -14,3 +14,6 @@ PRODUCT_MODEL := g2m | |
| PRODUCT_DEVICE := g2m | |
| PRODUCT_MANUFACTURER := LGE | |
| PRODUCT_BRAND := lge | |
| + | |
| +# Custom unofficial build tag | |
| +TARGET_UNOFFICIAL_BUILD_ID := MTTRONC |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment