tree: 6fc9496c9ceccdf25b50fdbf4ca77f3de6139cb1 [path history] [tgz]
  1. api/
  2. android-non-updatable.jar
  3. android-plus-updatable.jar
  4. android.jar
  5. android.net.ipsec.ike.jar
  6. art.jar
  7. conscrypt.jar
  8. core-for-system-modules.jar
  9. framework-adservices.jar
  10. framework-appsearch.jar
  11. framework-bluetooth.jar
  12. framework-connectivity-t.jar
  13. framework-connectivity.jar
  14. framework-graphics.jar
  15. framework-media.jar
  16. framework-mediaprovider.jar
  17. framework-ondevicepersonalization.jar
  18. framework-permission-s.jar
  19. framework-permission.jar
  20. framework-scheduling.jar
  21. framework-sdkextensions.jar
  22. framework-sdksandbox.jar
  23. framework-statsd.jar
  24. framework-supplementalapi.jar
  25. framework-tethering.jar
  26. framework-uwb.jar
  27. framework-wifi.jar
  28. README.md
  29. runtime-i18n.jar
33/module-lib/README.md

Updated since finalization

The android-plus-updatable.jar has been added to this directory after finalization as the android.jar in this directory does not include updatable modules. That is because doing so in the source would lead to dependency cycles and the prebuilts have to match the source structure so that apps can build against either prebuilts or sources.

The lack of updatable modules in android.jar caused problems for the api-version.xml generation as that requires a single jar containing all the APIs for each surface of each API version. See b/337836752 for more information.