summaryrefslogtreecommitdiff
path: root/AndroidProducts.mk
diff options
context:
space:
mode:
authorAmit Pundir <amit.pundir@linaro.org>2019-04-18 16:46:10 +0530
committerAmit Pundir <amit.pundir@linaro.org>2019-09-24 23:50:25 +0530
commit4e37582f32480bd153c93fed20b6aabe98bfbb90 (patch)
treeb86f9698ea06f9d11ead04057b845427798ad0cd /AndroidProducts.mk
parentb7005515dd7ac2faebc6000b36075c116fdeacfa (diff)
db845c: Add support for AOSP on dragonboard db845c
Boots dragonboard db845c to console. HDMI display broken due to missing firmware files. Change-Id: I820aeb7b7ab2536a362f9ae37cc44906be0a6190 Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
Diffstat (limited to 'AndroidProducts.mk')
-rw-r--r--AndroidProducts.mk16
1 files changed, 16 insertions, 0 deletions
diff --git a/AndroidProducts.mk b/AndroidProducts.mk
new file mode 100644
index 0000000..dba29d4
--- /dev/null
+++ b/AndroidProducts.mk
@@ -0,0 +1,16 @@
+#
+# This file should set PRODUCT_MAKEFILES to a list of product makefiles
+# to expose to the build system. LOCAL_DIR will already be set to
+# the directory containing this file.
+#
+# This file may not rely on the value of any variable other than
+# LOCAL_DIR; do not use any conditionals, and do not look up the
+# value of any variable that isn't set in this file or in a file that
+# it includes.
+#
+
+PRODUCT_MAKEFILES := \
+ $(LOCAL_DIR)/db845c.mk
+
+COMMON_LUNCH_CHOICES := \
+ db845c-userdebug