summaryrefslogtreecommitdiff
path: root/Android.mk
diff options
context:
space:
mode:
authorAmit Pundir <amit.pundir@linaro.org>2021-05-26 14:30:57 +0530
committerAmit Pundir <amit.pundir@linaro.org>2021-09-01 00:53:03 +0530
commite4ca84a8555cda76d8fd4f485522ed510a7a088b (patch)
treecfed04246e3b74d7cc10d4cf16d27f9b73375f2b /Android.mk
parentc1584bde78f3f256cc862a5046e6ffdf452217e9 (diff)
rb5: Add support for Qcom Robotics RB5 development kitandroid-s-beta-5
* Add new lunch target "rb5-userdebug" * Boots android-mainline (3aa53d85a061) to UI * ADB works * If you are having display issues on your brand new RB5 kit then run the following set of adb commands to update the lt9611uxc firmware version: adb wait-for-device; adb root; adb shell "echo 1 > /sys/bus/i2c/devices/5-002b/lt9611uxc_firmware" Check installer/rb5/README for more details. Signed-off-by: Amit Pundir <amit.pundir@linaro.org> Change-Id: I2917de0375e95e17a88446474fdb256af769f73d
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 12ec650..ed787c7 100644
--- a/Android.mk
+++ b/Android.mk
@@ -20,7 +20,7 @@
# to only building on ARM if they include assembly. Individual makefiles
# are responsible for having their own logic, for fine-grained control.
-ifneq ($(filter db845c pixel3_mainline, $(TARGET_BOARD_PLATFORM)),)
+ifneq ($(filter db845c pixel3_mainline rb5, $(TARGET_BOARD_PLATFORM)),)
LOCAL_PATH := $(call my-dir)