summaryrefslogtreecommitdiff
path: root/Android.mk
AgeCommit message (Collapse)Author
2022-02-28Merge changes from topics ↵Peter Collingbourne
"master-I2a659a980d32912bec5a1c0869c88e06a29cf9ce", "master-I6852683ad14a8fa6b0fc22f39e0c9c7823d1da2c", "master-I8f8b467a4dfad68f6e2e53954b5944c6155de782", "master-I9ef8e57207aa96ec1f8193e8d8cd5dfc47567d38", "master-Id17d162d142a2595e54e163f5faaf7dcf9b68e35" * changes: Add a sm8450_mini target. Create a mini configuration for the dragonboards. Factor out the full device configuration. Move the architecture definitions into the device-specific BoardConfigs. Remove pixel3_mainline target.
2022-02-18Remove pixel3_mainline target.Peter Collingbourne
Unfortunately it has never worked particularly well due to missing driver support and it was getting in the way of some refactoring. The maintainers have indicated that they intend to continue maintaining it out of tree. Bug: 217455793 Change-Id: I2a659a980d32912bec5a1c0869c88e06a29cf9ce
2022-02-14Declare license metadata for copied files.Bob Badour
Bug: 151177513 Test: m all dist reportmissinglicenses Change-Id: Ibe2de5bca8c44a6bb66e68282186acb871d90d6f
2021-09-01rb5: Add support for Qcom Robotics RB5 development kitandroid-s-beta-5Amit Pundir
* 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
2019-09-24pixel3_mainline: Add support for Pixel3 AOSP target running mainline kernelAmit Pundir
Boots Blueline (Pixel3) to console. Graphics broken due to missing drm, panel driver and firmware files. Change-Id: Ibd3df4e03f093ec34b7f3eb5f6394a0a811ce139 Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
2019-09-24db845c: Add support for AOSP on dragonboard db845cAmit Pundir
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>