summaryrefslogtreecommitdiff
path: root/build.config.cuttlefish.aarch64
AgeCommit message (Collapse)Author
2019-10-22ANDROID: refactor build.config files to remove duplicationMatthias Maennich
The build.config.* files largely contain duplicate information by their nature. Reorganize them reduce duplication and to allow adding new configurations without copying the definitions again. Bug: 140224784 Change-Id: I6a3810a125b0ed48591690ca33bb5c02be58218a Signed-off-by: Matthias Maennich <maennich@google.com> (cherry picked from commit 7d642373db4c6c1c6ed8af02492047896beb4a47)
2019-05-14ANDROID: Move from clang r349610 to r353983c.Alistair Strachan
Bug: 120439617 Bug: 132097678 Test: make ARCH=arm64 cuttlefish_defconfig && make ARCH=arm64 Test: make ARCH=x86_64 x86_64_cuttlefish_defconfig && make ARCH=x86_64 Change-Id: If5542a39e36fb4de6dd4b4135a22e188f752dd84 Signed-off-by: Alistair Strachan <astrachan@google.com>
2019-05-14ANDROID: Move from clang r346389b to r349610.Alistair Strachan
Bug: 123635022 Test: make ARCH=arm64 cuttlefish_defconfig && make ARCH=arm64 Test: make ARCH=x86_64 x86_64_cuttlefish_defconfig && make ARCH=x86_64 Change-Id: Icc02ea92c13435fa5a6ecd33d8878629762fd2f7 Signed-off-by: Alistair Strachan <astrachan@google.com>
2019-05-14ANDROID: Move from clang r328903 to r346389b.Alistair Strachan
Bug: 120439617 Bug: 120503084 Change-Id: I21bb183cac03753d1ba719a69305e2199c3f3227 Signed-off-by: Alistair Strachan <astrachan@google.com>
2019-05-14ANDROID: arm64 defconfig / build config for cuttlefishAlistair Strachan
Add an arm64 defconfig with the Android and cuttlefish feature sets merged in. This has been boot tested only on the QEMU virt model for AArch64. $ qemu-system-aarch64 -M virt -cpu cortex-a57 \ -kernel arch/arm64/boot/Image.gz -serial stdio Bug: 118442619 Change-Id: I99f3b78af85de8d051226f202351bd852a032248 Signed-off-by: Alistair Strachan <astrachan@google.com>