diff options
| author | MWisBest <repinski23@gmail.com> | 2013-12-22 00:08:08 -0600 |
|---|---|---|
| committer | MWisBest <repinski23@gmail.com> | 2013-12-22 00:08:08 -0600 |
| commit | 45735eac87682719a78490fd1d9529b0c8e2d582 (patch) | |
| tree | 47fda377b0fed0652c2d8e3e89d3b97bf9612247 | |
| parent | 715440935226a2656932180eb93fe1127c74593a (diff) | |
STOP MISSING FILES GIT KTHX
| -rw-r--r-- | omni_toro.mk | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/omni_toro.mk b/omni_toro.mk new file mode 100644 index 0000000..072f7f7 --- /dev/null +++ b/omni_toro.mk @@ -0,0 +1,21 @@ +# Inherit OmniROM configuration +$(call inherit-product, vendor/omni/config/common.mk) + +# Inherit OmniROM cdma extras +$(call inherit-product, vendor/omni/config/cdma.mk) + +# Inherit device configuration +$(call inherit-product, device/samsung/toro/aosp_toro.mk) + +# Device identifier. +PRODUCT_NAME := omni_toro +PRODUCT_DEVICE := toro +PRODUCT_BRAND := Google +PRODUCT_MODEL := Galaxy Nexus +PRODUCT_MANUFACTURER := Samsung +PRODUCT_RESTRICT_VENDOR_FILES := false + +PRODUCT_BUILD_PROP_OVERRIDES += \ + PRODUCT_NAME=mysid \ + BUILD_FINGERPRINT="google/mysid/toro:4.4.2/KOT49H/573038:user/release-keys" \ + PRIVATE_BUILD_DESC="mysid-user 4.4.2 KOT49H 573038 release-keys" |
