From e4ca84a8555cda76d8fd4f485522ed510a7a088b Mon Sep 17 00:00:00 2001 From: Amit Pundir Date: Wed, 26 May 2021 14:30:57 +0530 Subject: rb5: Add support for Qcom Robotics RB5 development kit * 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 Change-Id: I2917de0375e95e17a88446474fdb256af769f73d --- Android.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Android.mk') 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) -- cgit v1.2.3