-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gradle updates to match AOSP 14 #576
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
chirayudesai
force-pushed
the
staging/android14
branch
from
October 7, 2023 19:11
0d611b4
to
a65ed52
Compare
chirayudesai
force-pushed
the
staging/android14
branch
2 times, most recently
from
October 7, 2023 19:16
a607135
to
3e7f6ed
Compare
stevesoltys
force-pushed
the
staging/android14
branch
from
October 7, 2023 19:33
51972ba
to
fd0ebba
Compare
* Android.bp builds mean that we're already on this * This will need more updates, but let's start here Change-Id: I924099840e40e2a2b4fd90157f45a160b7c794dd
* Compiled with a plain `m`, and then copied over from the paths noted in the comments Change-Id: If5d399d839886c7fe044f5bb7088ed95259e6bf2
* Not many libs got updated, but most significantly, the Kotlin compiler was updated Change-Id: I9454a2e42b6d5da1349f2f662676710212c984f2
* AOSP android-14.0.0_r1 bumped Kotlin to 1.8.10 which requires this Change-Id: I91f51abbf0b303f3db88c5f4f81c570dd85a6510
chirayudesai
force-pushed
the
staging/android14
branch
from
October 8, 2023 18:32
fd0ebba
to
1e2d66f
Compare
* Pre-34, this was marked as @hide and @testAPI * We were using it as a system app with hidden APIs allowed, and having added the framework android.jar to gradle * https://android.googlesource.com/platform/frameworks/base/+/91fa0b12986ac4832568ce2e7280d1da52a959da made it public, so lint now complains. Silence that. Change-Id: I5a1ec9847a25a0798726af3867d7660db1528a00
chirayudesai
changed the title
[WiP]: Android 14, gradle updates
Android 14, gradle updates
Oct 8, 2023
Still need to test on actual device. Tests passing is very nice however.
|
grote
force-pushed
the
staging/android14
branch
from
October 9, 2023 14:36
97ee5b7
to
861d240
Compare
still need to check if AOSP build still works, ideally also if restoring old backup works. |
chirayudesai
changed the title
Android 14, gradle updates
Gradle updates to match AOSP 14
Oct 9, 2023
grote
force-pushed
the
staging/android14
branch
from
October 10, 2023 15:04
861d240
to
aa0e82c
Compare
grote
approved these changes
Oct 10, 2023
Closed
5 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Android.bp seems to work. Time for gradle updates