summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Murphy <tomnom@google.com>2022-07-25 16:59:46 +0100
committerTom Murphy <tomnom@google.com>2022-07-25 16:59:46 +0100
commit36ab562ecaffcf2c40f5b38c23c34698c94b9d54 (patch)
tree43dde4c769972aa0f037e7d49f1a65fb15d5035d
parentc647b4a298cb1e8875d580400e1ed197f0abba5a (diff)
downloadmanifest-36ab562ecaffcf2c40f5b38c23c34698c94b9d54.tar.gz
Add libprotobuf to help us clean up our protobuf deps
We currently have many different dependencies on different parts of protobuf. Add libprotobuf so we can start cleaning these up. Test: n/a Bug: n/a Change-Id: I738d05aa7976cd06de3048511f470ccc2adc85fa
-rw-r--r--default.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/default.xml b/default.xml
index 344e2b8f3..ec72d8437 100644
--- a/default.xml
+++ b/default.xml
@@ -74,6 +74,10 @@
<project path="prebuilts/sdk/build-tools/31.0.0" name="platform/prebuilts/fullsdk-linux/build-tools/31.0.0"/>
<project path="prebuilts/sdk/platforms/android-31" name="platform/prebuilts/fullsdk/platforms/android-31"/>
+ <project path="prebuilts/libprotobuf/linux" name="platform/prebuilts/libprotobuf/linux" />
+ <project path="prebuilts/libprotobuf/darwin" name="platform/prebuilts/libprotobuf/darwin" />
+ <project path="prebuilts/libprotobuf/windows" name="platform/prebuilts/libprotobuf/windows" />
+
<project path="prebuilts/jdk/jdk11" name="platform/prebuilts/jdk/jdk11"
clone-depth="1" revision="aee26c8cd89b9abb428f676caba168699cd8662f" />