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

Commits on Oct 8, 2023

  1. gradle: Bump to SDK 34

    * Android.bp builds mean that we're already on this
    * This will need more updates, but let's start here
    
    Change-Id: I924099840e40e2a2b4fd90157f45a160b7c794dd
    chirayudesai committed Oct 8, 2023
    Configuration menu
    Copy the full SHA
    8271248 View commit details
    Browse the repository at this point in the history
  2. 14: Update AOSP libs from gradle, from android-14.0.0_r1

    * Compiled with a plain `m`, and then copied over
      from the paths noted in the comments
    
    Change-Id: If5d399d839886c7fe044f5bb7088ed95259e6bf2
    chirayudesai committed Oct 8, 2023
    Configuration menu
    Copy the full SHA
    a6b32ac View commit details
    Browse the repository at this point in the history
  3. 14: Match gradle dependencies with AOSP android-14.0.0_r1

    * Not many libs got updated, but most significantly, the
      Kotlin compiler was updated
    
    Change-Id: I9454a2e42b6d5da1349f2f662676710212c984f2
    chirayudesai committed Oct 8, 2023
    Configuration menu
    Copy the full SHA
    eaa3715 View commit details
    Browse the repository at this point in the history
  4. 14: Bump to JavaVersion.VERSION_17

    * AOSP android-14.0.0_r1 bumped Kotlin to 1.8.10
      which requires this
    
    Change-Id: I91f51abbf0b303f3db88c5f4f81c570dd85a6510
    chirayudesai committed Oct 8, 2023
    Configuration menu
    Copy the full SHA
    978ab68 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1e2d66f View commit details
    Browse the repository at this point in the history
  6. ApkInstaller: Supress NewApi for

    * 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 committed Oct 8, 2023
    Configuration menu
    Copy the full SHA
    aa0e82c View commit details
    Browse the repository at this point in the history