Skip to content
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 6 commits into from
Oct 10, 2023
Merged

Gradle updates to match AOSP 14 #576

merged 6 commits into from
Oct 10, 2023

Conversation

chirayudesai
Copy link
Member

Android.bp seems to work. Time for gradle updates

chirayudesai and others added 5 commits October 9, 2023 00:01
* 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
* 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 chirayudesai changed the title [WiP]: Android 14, gradle updates Android 14, gradle updates Oct 8, 2023
@chirayudesai
Copy link
Member Author

Still need to test on actual device. Tests passing is very nice however.

  • Android.bp works, but not fully tested.
  • gradle not tested at all.

@grote
Copy link
Collaborator

grote commented Oct 9, 2023

still need to check if AOSP build still works, ideally also if restoring old backup works.

@chirayudesai chirayudesai changed the title Android 14, gradle updates Gradle updates to match AOSP 14 Oct 9, 2023
@grote grote merged commit 0cd6d05 into android14 Oct 10, 2023
13 checks passed
@grote grote deleted the staging/android14 branch October 10, 2023 15:43
@grote grote linked an issue Oct 10, 2023 that may be closed by this pull request
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Port to Android 14
3 participants