2019-08-27 13:21:15 +02:00
|
|
|
# Third-party libraries
|
2018-12-03 22:46:43 +01:00
|
|
|
|
2019-08-27 13:21:15 +02:00
|
|
|
This file list third-party libraries used in the Android source folder,
|
|
|
|
with their provenance and, when relevant, modifications made to those files.
|
2018-12-03 22:46:43 +01:00
|
|
|
|
2019-08-27 15:15:37 +02:00
|
|
|
## com.android.vending.billing
|
|
|
|
|
|
|
|
- Upstream: https://github.com/googlesamples/android-play-billing/tree/master/TrivialDrive/app/src/main
|
|
|
|
- Version: git (7a94c69, 2019)
|
|
|
|
- License: Apache 2.0
|
|
|
|
|
|
|
|
Overwrite the file `aidl/com/android/vending/billing/IInAppBillingService.aidl`.
|
|
|
|
|
2019-08-27 14:07:17 +02:00
|
|
|
## com.google.android.vending.expansion.downloader
|
|
|
|
|
|
|
|
- Upstream: https://github.com/google/play-apk-expansion/tree/master/apkx_library
|
|
|
|
- Version: git (9ecf54e, 2017)
|
|
|
|
- License: Apache 2.0
|
|
|
|
|
|
|
|
Overwrite all files under:
|
|
|
|
|
|
|
|
- `src/com/google/android/vending/expansion/downloader`
|
|
|
|
|
2019-08-27 14:30:14 +02:00
|
|
|
Some files have been modified for yet unclear reasons.
|
|
|
|
See the `patches/com.google.android.vending.expansion.downloader.patch` file.
|
|
|
|
|
2019-08-27 14:07:17 +02:00
|
|
|
## com.google.android.vending.licensing
|
2018-12-03 22:46:43 +01:00
|
|
|
|
2019-08-27 13:52:40 +02:00
|
|
|
- Upstream: https://github.com/google/play-licensing/tree/master/lvl_library/
|
2018-12-03 22:46:43 +01:00
|
|
|
- Version: git (eb57657, 2018) with modifications
|
|
|
|
- License: Apache 2.0
|
|
|
|
|
2019-08-27 13:52:40 +02:00
|
|
|
Overwrite all files under:
|
2018-12-03 22:46:43 +01:00
|
|
|
|
2019-08-27 13:52:40 +02:00
|
|
|
- `aidl/com/android/vending/licensing`
|
|
|
|
- `src/com/google/android/vending/licensing`
|
2018-12-03 22:46:43 +01:00
|
|
|
|
2019-08-27 13:52:40 +02:00
|
|
|
Some files have been modified to silence linter errors or fix downstream issues.
|
|
|
|
See the `patches/com.google.android.vending.licensing.patch` file.
|