2019-08-27 11:21:15 +00:00
|
|
|
# Third-party libraries
|
2018-12-03 21:46:43 +00:00
|
|
|
|
2019-08-27 11:21:15 +00: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 21:46:43 +00:00
|
|
|
|
2019-08-27 13:15:37 +00: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 12:07:17 +00: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 12:30:14 +00:00
|
|
|
Some files have been modified for yet unclear reasons.
|
|
|
|
See the `patches/com.google.android.vending.expansion.downloader.patch` file.
|
|
|
|
|
2019-08-27 12:07:17 +00:00
|
|
|
## com.google.android.vending.licensing
|
2018-12-03 21:46:43 +00:00
|
|
|
|
2019-08-27 11:52:40 +00:00
|
|
|
- Upstream: https://github.com/google/play-licensing/tree/master/lvl_library/
|
2018-12-03 21:46:43 +00:00
|
|
|
- Version: git (eb57657, 2018) with modifications
|
|
|
|
- License: Apache 2.0
|
|
|
|
|
2019-08-27 11:52:40 +00:00
|
|
|
Overwrite all files under:
|
2018-12-03 21:46:43 +00:00
|
|
|
|
2019-08-27 11:52:40 +00:00
|
|
|
- `aidl/com/android/vending/licensing`
|
|
|
|
- `src/com/google/android/vending/licensing`
|
2018-12-03 21:46:43 +00:00
|
|
|
|
2019-08-27 11:52:40 +00:00
|
|
|
Some files have been modified to silence linter errors or fix downstream issues.
|
|
|
|
See the `patches/com.google.android.vending.licensing.patch` file.
|