Compare commits

...

46 Commits

Author SHA1 Message Date
Aurimas Liutikas
da9f83fafc Add build-tools/30.0.2 project
Test: None, empty new project
Change-Id: I91da9abce67a4c40fc2faccea241e907daae0e86
2020-09-23 16:21:17 +00:00
Oussama Ben Abdelbaki
dc5adc59b2 Remove sdk 29 from manifest.
Bug: 156949239
Change-Id: I2e53ebd9ea4526bb852b702c703a216a8aa37bae
2020-08-27 22:17:53 +00:00
Nate Fischer
c2043c4aee [AndroidX Webkit] roll boundary interfaces to 021571f
This rolls the boundary interfaces for the androidx.webkit module
to include the following commit range:
5d6acc31bd..021571f9ab

Bug: 161947908
Test: N/A
Change-Id: Ic22fca7c086e78be13ad6fe0dd16dcdd1933338e
2020-07-29 22:35:17 +00:00
Shimi Zhang
25fa947b4c [AndroidX Webkit] roll boundary interfaces to 5d6acc3
This rolls the boundary interfaces for the androidx.webkit module
to include the following commit range:
2bb4bf6775..5d6acc31bd

Test: N/A
Change-Id: I16fbe6ff546ebac3b4eb952d4efa95b966f00ae5
2020-07-23 17:19:23 -07:00
Andrea Falcone
a92bced0cc Use the separate prebuilt for Darwin ndk
BUG: 159916003

Change-Id: I2d60a029146fed6a106c0f24fa3d47fc3fd28168
2020-07-23 13:08:52 -04:00
Andrea Falcone
ad8993003e Update to ndk r21
Change-Id: I168b166c51328c78bd2672b4b0f9870f1d43a7f2
2020-07-10 11:41:16 -04:00
Aurimas Liutikas
2983608127 Add platfrom/manifest to the manifest
While this is very meta, this allows for an easy way to make manifest
changes locally and still use `repo upload`.

Test: local modification to .repo/manifests/default.xml
Change-Id: If5162ac8a3627be2ecf893baa750eadf4bbb277a
2020-07-01 16:41:41 -07:00
Shimi Zhang
71350b966c [AndroidX Webkit] roll boundary interfaces to 2bb4bf6
This rolls the boundary interfaces for the androidx.webkit module
to include the following commit range:
396142f05d..2bb4bf6775

Test: N/A
Change-Id: I80307627224ab45ff46f5abbe3b57cfa4f4ccc14
2020-06-24 20:53:29 +00:00
Jeff Gaston
e8081cbf13 Revert "Pinning jdk11 to previous version"
This reverts commit ca0fe140e5.

Reason for revert: May not have been necessary; now we're trying the newer version again

Change-Id: Id807f6776017e9c0059fb69358d72411421ce71e
2020-06-16 18:11:05 -04:00
Aurimas Liutikas
1292aa1b1e Remove unused prebuilts/ktlint project from the manifest
We have migrated to using ktlint through maven prebuilts and no
longer need this repository

Change-Id: Ia4e51104d2071e4b997b69805bf0f05438b62cb0
2020-06-12 22:28:26 +00:00
Alan Viverette
51c16f1b4f Update fullsdk projects
Bug: 157027847
Test: n/a
Change-Id: Ib0d00187e93796a244bd923ce80c3f6f44dc420f
2020-06-09 17:09:52 +00:00
Alexander Dorokhine
18bf22f138 Update protobuf prebuilts and source branch.
We add the protobuf 'prebuilts' repo which contains the officially
released protoc compiler, and switch both branches to the
'androidx-master-dev' branch which will contain the officially released
source code matching that compiler.

This is required to build the C++ proto lib in Jetpack with the source
code that exactly matches the protoc binary.

Bug: 157512302
Change-Id: I40b780296903ae660e6b6dbd94302e030c5b9c71
2020-06-03 10:42:39 -07:00
Jeff Gaston
ca0fe140e5 Pinning jdk11 to previous version
to see if this makes the camera tests run out of memory less often

Bug: 157663450
Test: treehugger runs frameworks/support/busytown/*.sh
Change-Id: I2f804ed347cbbce07158ed88e1b8093d5525d5d1
2020-06-01 13:01:17 -04:00
Shimi Zhang
5fe1c12c88 [AndroidX Webkit] roll boundary interfaces to 396142f
This rolls the boundary interfaces for the androidx.webkit module
to include the following commit range:
42cb5981aa..396142f05d

Test: N/A
Change-Id: Ifd3e66ab6136f077f81db01b5a313125f5ac238b
2020-05-04 14:46:31 -07:00
Aurimas Liutikas
e840f38335 Move to a dedicated branch for gradle prebuilts
Test: treehugger, it should work the same
Change-Id: Icd384a84a0bfcae117722fc4a50b43ffacf78caf
2020-04-14 17:15:39 +00:00
Aurimas Liutikas
cef3b50c16 Remove android API 28 sdk from androidx-master-dev checkout.
Change-Id: I3de97a5c6422d1439c0aff206b45f4ee97b44196
Test: None
2020-03-25 21:14:21 +00:00
Aurimas Liutikas
ba5a05b797 Move to a separate branch of external/noto-fonts
In order to prevent us from breaking when changes land in aosp/master
we are moving to a separate branch of noto-fonts.

Change-Id: I0c3480ecfede488d38dddbe9e4521f7f09fad6c3
Test: None, identical branch swap.
2020-03-23 21:20:49 +00:00
Aurimas Liutikas
afccfdfa55 Remove unused studio prebuilts project.
Change-Id: I274ad36bbf1a03f3bfb8fa64532063e52f999cd7
Test: treehugger
2020-03-18 22:57:14 +00:00
Filip Pavlis
ddaf473506 Add goldens project for androidx-master-dev.
Created in b/151081578

Bug: b/129855168
Test: N/A
Change-Id: I71b602d83d4e473504abe6dc757454e2fbf8a31e
2020-03-16 19:23:12 +00:00
Tim Barron
fdd52aeb50 Add external/icu to androidx-master-dev manifest.
Bug: 146766911
Change-Id: I4374558065e449d6bd0ddc7b4886071245446ac6
2020-03-12 18:31:09 -07:00
Alexander Dorokhine
b06544a7c0 Pin CMake to 3.10.2 for androidx-master-dev.
This is the CMake version supported by the external NDK. For the current
HEAD CMake (3.16), gradle crashes with this output:

Could not determine the dependencies of task 'generateJsonModelRelease'.
> Invalid revision: 3.16.4-gb714ebc

Bug: 149853706
Change-Id: I4725b4facdf1ff94834a8efd7d732c4c03c7869a
2020-03-03 14:14:26 -08:00
Alexander Dorokhine
368e1e5cdd Fetch full history of external/icing.
This is the first downstream landing point of this project and we need
to make Android integration changes here. Having a shallow clone makes
this difficult.

Bug: 149427674
Change-Id: I7d8a58d738d764bc44af7ff3489a0f5c70394f49
2020-03-03 12:38:50 -08:00
Aurimas Liutikas
fa7ce35226 Remove unused build tools project.
Test: None, relying on treehugger.

Change-Id: Ib8948d4aac14ba25a719d36e2a278bc8304b0ed6
2020-02-28 05:46:01 +00:00
Aurimas Liutikas
55775059b9 Upgrade to Gradle 6.2
Change-Id: I657ff3f9edb11c5ea09fc0805d9feb5c8aa4afe0
Test: ./gradlew bOS
2020-02-21 18:55:46 +00:00
Alexander Dorokhine
a76ae54390 Add external/protobuf to androidx-master-dev manifest.
The C++ protobuf library is required to compile external/icing C++ code.
It is not available on Maven.

Bug: 149853706
Change-Id: I4185fc50a3262051fdf2ad888ce90a2b88e4cf1a
2020-02-19 17:14:09 -08:00
Alexander Dorokhine
6c5dc9e11e Add external/icing to androidx-master-dev manifest.
Bug: 149427674
Change-Id: Iec634bce08459aa9aec558adb3c2894e9fd9b5c5
2020-02-18 15:44:37 -08:00
Aurimas Liutikas
e6d6a40d93 Add JDK11 as a dependency
Change-Id: I83ea22be500780c352c24b8f62154bebaec274d0
2020-02-14 16:56:06 +00:00
Louis Pullen-Freilich
ae498b65bb Adds build tools 29.0.3 repository
Removes 29.0.0 that is empty and never used

Test: n/a
Change-Id: I67b35dd762f37d88d006c0017520ff7b1a8c761d
2020-01-28 17:28:50 +00:00
Aurimas Liutikas
41b5ae4cbe Move to using Gradle 6.1
Change-Id: I5845f6e8f12188a890a0f5b8e61962b802d2640f
Test: ./gradlew buildOnServer
2020-01-23 00:49:59 +00:00
Hazem Ashmawy
098f0bed7f [AndroidX Webkit] roll boundary interfaces to 42cb598
This rolls the boundary interfaces for the androidx.webkit module
to include the following commit range:
77b0f946f2..42cb5981aa

Test: N/A
2020-01-16 15:18:21 +00:00
Aurimas Liutikas
d499b7a921 Move to Gradle 6.0
Change-Id: Ia6da2689ddcc5a3614f6c2cd2f6553135f887ba1
2019-11-09 00:29:17 +00:00
Anna Malova
a5ef0085d0 [WebView Support Library] roll boundary interfaces to 77b0f94
This rolls the boundary interfaces for the androidx.webkit module
to include the following commit range:
6542df0fa5..77b0f946f2

Test: N/A
2019-10-29 16:37:59 +00:00
Hazem Ashmawy
4688891084 [WebView Support Library] roll boundary interfaces to 6542df0
This rolls the boundary interfaces for the androidx.webkit module
to include the following commit range:
f90b2daa76..6542df0fa5

Fixes: 142394338
Bug: 140178227

Test: N/A
2019-10-15 22:45:46 +00:00
Aurimas Liutikas
2f7dc63938 Add android build tools 29.0.0 repository.
Test: None, this is empty repo so far
Change-Id: I633b126b0446edebcfe1012f371969a9e1f90b09
2019-10-14 15:03:53 +00:00
Nate Fischer
53fb6d6f62 [WebView Support Library] roll boundary interfaces to f90b2da
This rolls the boundary interfaces for the androidx.webkit module
to include the following commit range:
3d3b20aefa..f90b2daa76

Test: N/A
2019-10-01 03:04:59 +00:00
Dustin Lam
6e53ab0a9b Move to Gradle 5.6.2 prebuilt
Test: ./gradlew bOS
Change-Id: Ic738816577ea5218dcc070846692edbdad0efe6d
2019-09-27 16:29:47 +00:00
Shimi Zhang
cefb084ad4 [WebView Support Library] roll boundary interfaces to 3d3b20a
This rolls the boundary interfaces for the androidx.webkit module
to include the following commit range:
7a9c5e2cfd..3d3b20aefa

Test: N/A
2019-09-26 12:37:32 -07:00
Anna Malova
872012c28e [WebView Support Library] roll boundary interfaces to 7a9c5e2
This rolls the boundary interfaces for the androidx.webkit module
to include the following commit range:
2e8b9b6ba0..7a9c5e2cfd

Test: N/A
2019-09-18 17:01:54 +01:00
Andrea Falcone
b1dde54d28 Use toolchain/prebuilts for ndk 2019-08-26 14:19:07 -04:00
Andrea Falcone
f4fa8e12ec Change location of ndk and cmake to be under fullsdk
because this is where studio/gradle will look for them
relative to the sdk dir without additional configuration

Change-Id: I2c78346cdb9a7604987d0db00127ab0efee1880c
2019-08-23 14:21:02 -04:00
Andrea Falcone
5f6e86d079 Add ndk and cmake prebuilts for androidx
Change-Id: I60bf546ac4a7bbb11115427b4ef8125b47c74143
2019-08-22 15:18:43 -04:00
Leland Richardson
8ce5a349af Add prebuilts/androidx/studio
Bug: 137137433
2019-07-16 00:16:06 +00:00
Aurimas Liutikas
d7affe8854 Move to Gradle 5.5.1 prebuilt
Change-Id: I2a43fa7fa09821a0910ada205451b2b80c4120f6
2019-07-11 16:22:54 +00:00
Daniel Santiago Rivera
43f9bbe2fc Update manifest to use androidx-master-dev jdk8 branch.
Change-Id: Ifd141945c685c22c62ee4a91a89931aa6360f6b0
2019-06-05 18:29:19 +00:00
Aurimas Liutikas
984901bbee Add android-29 prebuilts repository to androidx-master-dev
Bug: 134525124
Change-Id: Ic2c239d63f6216e7a2249b4e23f291485dd5056d
Test: None
2019-06-04 23:12:28 +00:00
Aurimas Liutikas
fc4e03a1d4 Remove unused manifest entry
Change-Id: I273861e19168f5ea2cf92a7f3b362ca43f2e6283
2019-05-30 17:07:34 +00:00

View File

@@ -8,50 +8,70 @@
sync-j="8" />
<!-- BEGIN dependencies -->
<project path="build/make" name="platform/build" />
<project path="manifest" name="platform/manifest" />
<!-- External dependencies -->
<!-- Config: shallow + same revision -->
<project path="external/noto-fonts" name="platform/external/noto-fonts" groups="pdk" clone-depth="1" revision="master" />
<project path="external/webview_support_interfaces" name="platform/external/webview_support_interfaces" groups="pdk" clone-depth="1" revision="2e8b9b6ba018303475d25a227aecc08a08280fb9" />
<project path="external/noto-fonts" name="platform/external/noto-fonts" groups="pdk" clone-depth="1" />
<project path="external/webview_support_interfaces" name="platform/external/webview_support_interfaces" groups="pdk" clone-depth="1" revision="021571f9ab2fb3cf7c162fa43f2a6329dcda89b4" />
<project path="external/doclava" name="platform/external/doclava" groups="pdk" clone-depth="1" revision="master" />
<project path="external/dokka" name="platform/external/dokka" groups="pdk" clone-depth="1" revision="master" />
<project path="external/icing" name="platform/external/icing" groups="pdk" />
<project path="external/icu" name="platform/external/icu" groups="pdk" clone-depth="1" revision="master" />
<!-- The contents of external/protobuf must be kept in sync with the contents of prebuilts/protobuf -->
<project path="external/protobuf" name="platform/external/protobuf" groups="pdk" clone-depth="1" revision="androidx-master-dev" />
<project path="prebuilts/androidx/external" name="platform/prebuilts/androidx/external" groups="pdk" clone-depth="1" />
<project path="prebuilts/androidx/internal" name="platform/prebuilts/androidx/internal" groups="pdk" clone-depth="1" />
<project path="prebuilts/androidx/exoplayer" name="platform/prebuilts/androidx/exoplayer" groups="pdk" clone-depth="1" />
<!-- Tools dependencies -->
<!-- Config: shallow + master revision -->
<project path="prebuilts/checkstyle" name="platform/prebuilts/checkstyle" groups="pdk-fs" clone-depth="1" revision="master" />
<project path="prebuilts/ktlint" name="platform/prebuilts/ktlint" groups="pdk-fs" clone-depth="1" revision="master" />
<!-- The contents of external/protobuf must be kept in sync with the contents of prebuilts/protobuf -->
<project path="prebuilts/protobuf" name="platform/prebuilts/protobuf" groups="pdk-fs" clone-depth="1" revision="androidx-master-dev" />
<project path="tools/repohooks" name="platform/tools/repohooks" groups="adt-infra,cts,eclipse,motodev,pdk,tools,tradefed" revision="master" />
<!-- Gradle dependencies -->
<!-- Config: shallow + specific revision -->
<project path="tools/external/gradle" name="platform/tools/external/gradle" groups="tools" revision="5.4" clone-depth="1" />
<!-- Config: shallow -->
<project path="tools/external/gradle" name="platform/tools/external/gradle" groups="tools" clone-depth="1" />
<!-- SDK dependencies (shared) -->
<!-- Config: shallow + master revision -->
<project
path="prebuilts/fullsdk-darwin/platforms/android-28"
name="platform/prebuilts/fullsdk/platforms/android-28"
path="prebuilts/fullsdk-darwin/platforms/android-30"
name="platform/prebuilts/fullsdk/platforms/android-30"
revision="master"
clone-depth="1">
<linkfile src="." dest="prebuilts/fullsdk-linux/platforms/android-28" />
<linkfile src="." dest="prebuilts/fullsdk-linux/platforms/android-30" />
</project>
<project
path="prebuilts/fullsdk-darwin/sources/android-28"
name="platform/prebuilts/fullsdk/sources/android-28"
path="prebuilts/fullsdk-darwin/sources/android-30"
name="platform/prebuilts/fullsdk/sources/android-30"
revision="master"
clone-depth="1">
<linkfile src="." dest="prebuilts/fullsdk-linux/sources/android-28" />
<linkfile src="." dest="prebuilts/fullsdk-linux/sources/android-30" />
</project>
<project
path="prebuilts/fullsdk-darwin/ndk"
name="toolchain/prebuilts/ndk-darwin/r21"
revision="master"
clone-depth="1"
groups="notdefault,platform-darwin">
</project>
<project
path="prebuilts/fullsdk-linux/ndk"
name="toolchain/prebuilts/ndk/r21"
revision="master"
clone-depth="1"
groups="notdefault,platform-linux">
</project>
<!-- SDK dependencies (darwin) -->
<!-- Config: shallow + master revision -->
<project
path="prebuilts/fullsdk-darwin/build-tools/28.0.2"
name="platform/prebuilts/fullsdk-darwin/build-tools/28.0.2"
path="prebuilts/fullsdk-darwin/build-tools/29.0.3"
name="platform/prebuilts/fullsdk-darwin/build-tools/29.0.3"
revision="master"
clone-depth="1"
groups="notdefault,platform-darwin" />
<project
path="prebuilts/fullsdk-darwin/build-tools/28.0.3"
name="platform/prebuilts/fullsdk-darwin/build-tools/28.0.3"
path="prebuilts/fullsdk-darwin/build-tools/30.0.2"
name="platform/prebuilts/fullsdk-darwin/build-tools/30.0.2"
revision="master"
clone-depth="1"
groups="notdefault,platform-darwin" />
@@ -67,17 +87,23 @@
revision="master"
clone-depth="1"
groups="notdefault,platform-darwin" />
<project
path="prebuilts/fullsdk-darwin/cmake"
name="platform/prebuilts/cmake/darwin-x86"
revision="fc59035d8c856055f2a263dc8a2f9de96c959cc2"
groups="notdefault,platform-darwin"
clone-depth="1" />
<!-- SDK dependencies (linux) -->
<!-- Config: shallow + master revision -->
<project
path="prebuilts/fullsdk-linux/build-tools/28.0.2"
name="platform/prebuilts/fullsdk-linux/build-tools/28.0.2"
path="prebuilts/fullsdk-linux/build-tools/29.0.3"
name="platform/prebuilts/fullsdk-linux/build-tools/29.0.3"
revision="master"
clone-depth="1"
groups="notdefault,platform-linux" />
<project
path="prebuilts/fullsdk-linux/build-tools/28.0.3"
name="platform/prebuilts/fullsdk-linux/build-tools/28.0.3"
path="prebuilts/fullsdk-linux/build-tools/30.0.2"
name="platform/prebuilts/fullsdk-linux/build-tools/30.0.2"
revision="master"
clone-depth="1"
groups="notdefault,platform-linux" />
@@ -96,9 +122,23 @@
<project
path="prebuilts/jdk/jdk8"
name="platform/prebuilts/jdk/jdk8"
revision="androidx-master-dev"
groups="pdk"
clone-depth="1" />
<project
path="prebuilts/jdk/jdk11"
name="platform/prebuilts/jdk/jdk11"
revision="master"
groups="pdk"
clone-depth="1" />
<project
path="prebuilts/fullsdk-linux/cmake"
name="platform/prebuilts/cmake/linux-x86"
revision="de5fa1c66d3bdcbf2bbc62d2504ec6b0b0fb74e1"
groups="notdefault,platform-linux"
clone-depth="1" />
<!-- Golden images -->
<project path="golden" name="platform/frameworks/support-golden" groups="pdk" clone-depth="1" />
<!-- END dependencies -->
<!-- BEGIN target project -->
<project path="frameworks/support" name="platform/frameworks/support" groups="pdk-cw-fs,pdk-fs" />