summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-07-31DO NOT MERGE ANYWHERE - Update crosvm-master to use main branch.crosvm-masterXin Li
Bug: b/289400079 Change-Id: I2722b12080250e6c630c78697321bce06afb5b7f
2020-04-21Fix crosvm.experimental build in crosvm-masterJason Macnak
Cherry-pick of aosp/1249556 with clone-depth set to 1 and cherry-pick of aosp/1278934. Change-Id: I30cf30b38ae778922e6cfdb2759145d05f75c3b3 Bug: b/151760391 Test: repo init -m fix-build.xml && repo sync && m crosvm.experimental
2020-03-16Fix crosvm.experimental build in crosvm-masterJason Macnak
Cherry-pick of aosp/1177406 with clone-depth set to 1. Bug: b/151661360 Test: repo init -m fix-build.xml && repo sync && m crosvm.experimental Change-Id: I3e6d10b48419e0574773870b95b7a1773518c57a
2020-02-21Use minijail from aosp masterLingfeng Yang
This allows us to build the latest crosvm in crosvm-master without a separate merge commit. Bug: b/149996820 Change-Id: I8d54656915b68b40f1ee7dbd7bce226e37b0f589
2020-02-03Fix crosvm.experimental build in crosvm-masterJason Macnak
Cherry-pick of aosp/1192850 and aosp/1188156 with clone-depth set to 1. Bug: b/123764798 Test: repo init -m fix-build.xml && repo sync && m crosvm.experimental Change-Id: I257ece85e4da71b46b4a47237f854cdb3e1ba716
2020-01-14Fix crosvm.experimental build in crosvm-masterJason Macnak
- Adds bitflags create which is needed for the updated Crosvm - Adds libsrtp2 from aosp/1195596 - Adds frameworks/libs/net from aosp/1178114 Bug: b/128842306 Bug: b/146227186 Test: repo init -m fix-build.xml && repo sync && m crosvm.experimental Change-Id: I5dd6ccf66df956d9af9fa4ea083b105d4bd6e9ec
2019-12-19Fix crosvm.experimental build in crosvm-masterJason Macnak
Cherry-pick of aosp/1179619 with clone-depth set to 1. Bug: b/146227186 Test: repo init -m fix-build.xml && repo sync && m crosvm.experimental Change-Id: Ib97b3819ca7cae902b51cb37a6da6c69c9e577d9
2019-12-16Fix crosvm.experimental build in crosvm-masterJason Macnak
Cherry-picks of - aosp/1170068 - aosp/1179548 - aosp/1181462 with clone-depth set to 1. Bug: b/146227186 Test: repo init -m fix-build.xml && repo sync && m crosvm.experimental Change-Id: I762a2720ac64cd3efbf54ca3af252f090786abd2
2019-12-11Fix crosvm-master buildAlistair Delva
Partial cherry-pick of I462c0be49c76102a44f7f511a6179060be83118b ("Merge Android10 QPR1.") which removes some projects with conflicting Android.bp targets. Change-Id: I4bb68a11eb7b803ef04b07a9a0f33d2610373383 Signed-off-by: Alistair Delva <adelva@google.com>
2019-11-22Add CellBroadcastService to fix buildAlistair Delva
Change-Id: Icfe6381a62e73fc6ee3259e906763e851abf2e9b
2019-11-22Add pybind11 to fix buildAlistair Delva
Change-Id: I34b3a0f166e341518e248d59554a2593b74451ef
2019-10-29Map in additional projects to allow Soong to startMatthew Maurer
Equivalent to I15dd12217819ffed29614f0576337d25ba5381c2 Iad7c24bde7cd88e4d86cae94a3acb210370ecb0d in master. Bug: 143549587 Change-Id: I394221d2f1d12a1eb2a2d5f96c315e768e3070b6
2019-10-01Shallow clone AOSP master so crosvm can build.Ivan Lozano
Add the rest of AOSP into this manifest so that we can use the build system to build crosvm. Also restore project paths to external/* instead of third_party/*. Bug: 140963307 Test: repo sync Change-Id: Ieeab5eef37e6e351c0bfdb9e54f3a3f88c5cf272
2019-07-17Make manifest conform to crosvm compile requirementsGreg Hartman
Change-Id: I69781325a15a7d00bdae2b66e5ff9bc9bf8cec48
2019-07-17Minimize manifestGreg Hartman
Change-Id: I31cd915b2dbf8740393a88bb2f95a657b445d3da
2019-07-17Manifest for crosvm-master branchInna Palant
Bug: 137770644
2019-07-16Remove external/perf_data_converter.Elliott Hughes
perfprofd is dead and gone. Test: builds Change-Id: Id6f05c85bc5bc404ca0ef3be31dfae692933208d
2019-07-12Add libepoxy to aosp master manifestGreg Hartman
Test: Local checkbuild BUG: 123765087 BUG: 123764798 (Milestone) BUG: 77276633 (OKR) Change-Id: Id1b653c310d75c03c95a368a98b6f67fd7625b7b
2019-06-24Revert "Use the persistent-https URL for vendor blobs."Xin Li
This reverts commit f7b6d016814dba76f1cac2bef3ef1bba93d536a2. Reason for revert: seems to break aosp-master-with-phones build Change-Id: Ib9615cdd9da09d40ae7102978e502c9ed0120077
2019-06-21Build CrosVM for CuttlefishJeff Vander Stoep
CrosVM is a secure hypervisor which Cuttlefish [1] now uses instead of QEMU on GCE [2]. It is primarily written in Rust. CrosVM requires: -Two chromium projects: adhd [3] and crosvm [4]. -Three crates: byteorder [5], libc [6], and remain [7]. -A Rust toolchain prebuilt which we are building from [8]. [1] https://github.com/google/android-cuttlefish [2] https://cloud.google.com/compute/docs/ [3] https://chromium.googlesource.com/chromiumos/third_party/adhd/ [4] https://chromium.googlesource.com/chromiumos/platform/crosvm/ [5] https://github.com/BurntSushi/byteorder [6] https://crates.io/crates/libc [7] https://github.com/dtolnay/remain [8] https://static.rust-lang.org/dist/rustc-1.35.0-src.tar.gz Bug: 133498409 Test: repo init -b <manifest with this commit> repo sync -j20
2019-06-20Use the persistent-https URL for vendor blobs.Xin Li
Change-Id: I4072d09030bc176622f6355124a9aa3df78c5484
2019-06-18Add path to bpfmt for global preuploadColin Cross
Add the path to bpfmt so that it can be enabled in individual projects. Don't enable it globally yet. Bug: 132785638 Test: manual Change-Id: Ib05950433ba5a0934853b9947324c7fe5c931b16
2019-06-17Remove external/robolectricColin Cross
All the code is in external/robolectric-shadows now. Fixes: 122331675 Test: m checkbuild Change-Id: I537398e89b46301ff7229420c6c6ea7a68353bc1
2019-06-13Remove test kernel.Xin Li
Change-Id: Ie21c33bf7d224e067bed3dfe7aece6a46aaa52b3
2019-06-12Add system/tools/mkbootimg repoHridya Valsaraju
Bug: 133171083 Test: make Change-Id: I2d9208af2952a3a538f2c1090b957d95d91aaf21
2019-06-12Revert "Remove unused project external/fmtlib."Jiyong Park
This reverts commit 47e9e995a19606813416f90ab251f4d08acfeb8d. fmtlib is needed again. Bug: 132145659 Test: repo sync Change-Id: I946592894b8f9f52747c9f0d213c2c065674bb4e
2019-06-07Remove frameworks/opt/gamesdk from manifestHenry Daitx
Bug: 132164876 Merged-In: I1c5aa20b4855c626a6e25eba37256b1ffb6d3dde
2019-06-05Add internal smartsync endpoint.Bill Napier
DO NOT MERGE ANYWHERE BUG=75304981 Change-Id: I76466d3ef66ccf1330516a3d36e260662381c6ca
2019-06-03Add platform/external/cpu_features to the manifest.Roland Levillain
Bug: 122712425
2019-06-01Added the following projects to manifest:Baligh Uddin
- packages/modules/CaptivePortalLogin - packages/modules/ExtServices - packages/modules/NetworkPermissionConfig - packages/modules/NetworkStack Bug: 133225687 Change-Id: I02c60f7483b8aa605f8f5ba7bff083fd73d6b261
2019-05-31Fix build break, until migration is doneBaligh Uddin
2019-05-30Add platform/external/lottie to manifest.Mariia Sandrikova
Third-party review: ag/6281574 Bug: 125468555 Change-Id: I829b6101e44a00af5aa64b68c9a16e87ee43790e
2019-05-23Added the following projects to aosp-master manifest:Baligh Uddin
- platform/packages/modules/CaptivePortalLogin - platform/packages/modules/ExtServices - platform/packages/modules/NetworkPermissionConfig - platform/packages/modules/NetworkStack Bug: 133225687 Test: Sync locally Change-Id: I3c6ed5e4bb5d6479be123d4efe201825bd149e24
2019-05-21Add igt-gpu-tools to manifestAlistair Strachan
Bug: 110963635 Change-Id: I55926b8ec4ec1ebabaf84587621aaf72c2941c35
2019-05-18Remove external/spirv-llvm from the manifest.Stephen Hines
Bug: http://b/118818878 Test: Builds. Change-Id: I86e94400104f89fe6aaa5a6fb1b5bf3f62aec024
2019-05-09DO NOT MERGE - Merge Pie Bonito/Sargo into master.Xin Li
Bug: 131756210 Change-Id: I97892fee5b7a68ce3cc13262fce076c11733b2b4
2019-05-09Walleye: Add custom kernel to fix lab testing.Ian Kasprzak
Bug: 132196666 Test: repo sync synced new project / path Change-Id: Ie66bfbe221e3cfeef8303fb8f0edb397b2c44dff
2019-05-07Add platform/external/python/ipaddress to manifest.Kevin Cheng
Bug: 132083173 Test: None
2019-05-02Add empty repo for mts to manifest.Chen Zhu
Bug: 131352186 Test: Manual test Merged-In: Ia598208edff4e06d1add91a16bc2ddd6eb3243a2 Change-Id: I3f6140ca6880ab7ee516c92cf01f6fe11b7a979d
2019-04-29Create prebuilts/abi-dumps/platform to house abi references for opt-in ↵Andrew Hsieh
shared libraries Shared libraries (other than vndk/[ll]ndk) can opt-in ABI stability enforcement by populating their dump in prebuilts/abi-dumps/platform See https://source.android.com/devices/architecture/vndk/abi-stability Bug: 79424996 Test: manual repo sync which shows prebuilts/abi-dumps/platform exists
2019-04-19Add ukey2 to the PDKGreg Kaiser
We want platform/external/ukey2 in the Platform Development Kit because there are other packages we'll ship which use this project. Test: TreeHugger Change-Id: I72fbdfaa455ccc838420d04b41a0264359bf6194
2019-04-12Add external/javapoetColin Cross
Bug: 130434382 Test: treehugger Merged-In: I6c68321600832c1a5e6a3589796d61aa17ab94ab Change-Id: Iaca23b8fa34aa925c27b3ef3803a843203709d54
2019-04-03Delete external/libedit and prebuilts/libs/libeditColin Cross
external/libedit is only used to update prebuilts/libs/libedit, and prebuilts/libs/libedit only contains host library prebuilt that is not used in the build. Fixes: 122331950 Test: m checkbuild Change-Id: Ibe57b7469b665391f9ebdec77ef8dc58f9e16d1d
2019-04-02Remove unused frameworks/opt/net/lowpanDan Willemsen
This is no longer used on master. Change-Id: I19fdb45bf3e29533e7809de63d051c184e59d661 Fixes: 122331573 Test: codesearch Test: treehugger
2019-03-27Add iperf3 to the manifest.Elliott Hughes
Bug: http://b/123261826 Test: repo sync external/iperf3 Change-Id: Ib103d6083662d456c80b5b5a923ac7aeca356056
2019-03-25Add in pyopenssl and it's dependencies to manifest.Kevin Cheng
Added: - platform/external/python/asn1crypto - platform/external/python/cffi - platform/external/python/cryptography - platform/external/python/pycparser - platform/external/python/pyopenssl Bug: 122778810 Test: None
2019-03-22Revert "Remove external/blktrace"Colin Cross
This reverts commit 70d63873f198a1cb237138eedd578cb0ace8bfdd. Reason for revert: used internally Change-Id: I9f97765b55f7776feba3c6b1487d6c5f36329e60
2019-03-22Remove external/blktraceColin Cross
It hasn't been touched since 2009, the Makefiles are disabled, and it doesn't build when enabled. Test: none Change-Id: I4d380e837235a2b26c8c44842b0e75b7a560d93b
2019-03-21Add external/neon_2_sse to default manifest.George Lu
Bug: 80630324
2019-03-19Remove platform/external/mmc-utilsBill Yi
TEST: make checkbuild BUG:128626934 Change-Id: I8e5b221ae647472b37e359454d40ccb94b3ef474