diff options
| author | MWisBest <repinski23@gmail.com> | 2013-11-06 15:18:54 -0600 |
|---|---|---|
| committer | MWisBest <repinski23@gmail.com> | 2013-11-06 15:18:54 -0600 |
| commit | 49709118952a19b08973c79314ad77e4dafc4e8a (patch) | |
| tree | e532556e458cc2c5f8384d2018ad52cb0b8eaba7 | |
| parent | 6431c04c7d4fc18412615d5e8f44670d92ca8287 (diff) | |
Fixes.
| -rw-r--r-- | AndroidProducts.mk | 3 | ||||
| -rw-r--r-- | fml_toro.mk (renamed from fml.mk) | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/AndroidProducts.mk b/AndroidProducts.mk index 37d235a..ed65ba0 100644 --- a/AndroidProducts.mk +++ b/AndroidProducts.mk @@ -15,4 +15,5 @@ # PRODUCT_MAKEFILES := \ - $(LOCAL_DIR)/aosp_toro.mk + $(LOCAL_DIR)/aosp_toro.mk \ + $(LOCAL_DIR)/fml_toro.mk @@ -14,3 +14,4 @@ PRODUCT_DEVICE := toro PRODUCT_BRAND := Google PRODUCT_MODEL := Galaxy Nexus PRODUCT_MANUFACTURER := Samsung +PRODUCT_RESTRICT_VENDOR_FILES := false |
