summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMWisBest <repinski23@gmail.com>2013-11-05 17:15:07 -0600
committerMWisBest <repinski23@gmail.com>2013-11-05 17:15:07 -0600
commit6431c04c7d4fc18412615d5e8f44670d92ca8287 (patch)
tree814c0d611da00b594b3f591cb093fe64c7a4f861
parent1bc20ef1ea1c2149c5f26f7a920522e33ea89ae6 (diff)
FML config.
-rw-r--r--fml.mk16
1 files changed, 16 insertions, 0 deletions
diff --git a/fml.mk b/fml.mk
new file mode 100644
index 0000000..eef3a35
--- /dev/null
+++ b/fml.mk
@@ -0,0 +1,16 @@
+# Boot animation helpers
+TARGET_SCREEN_HEIGHT := 1280
+TARGET_SCREEN_WIDTH := 720
+
+# Inherit FML configuration
+$(call inherit-product, vendor/fml/config/common.mk)
+
+# Inherit device configuration
+$(call inherit-product, device/samsung/toro/aosp_toro.mk)
+
+# Device identifier.
+PRODUCT_NAME := fml_toro
+PRODUCT_DEVICE := toro
+PRODUCT_BRAND := Google
+PRODUCT_MODEL := Galaxy Nexus
+PRODUCT_MANUFACTURER := Samsung