Add Automotive OS API 29 stubs to platform SDK optionals. am: ecf644f2d6

Original change: https://googleplex-android-review.googlesource.com/c/platform/development/+/12221485

Change-Id: I78987c8f44f88cab4d4b49534d93d3c6735c5992
This commit is contained in:
Zhomart Mukhamejanov
2020-07-24 20:32:46 +00:00
committed by Automerger Merge Worker
2 changed files with 7 additions and 0 deletions

View File

@@ -4,6 +4,11 @@
"jar": "org.apache.http.legacy.jar",
"manifest": false
},
{
"name": "android.car",
"jar": "android.car.jar",
"manifest": false
},
{
"name": "android.test.mock",
"jar": "android.test.mock.jar",

View File

@@ -172,6 +172,8 @@ ${OUT_DIR}/target/common/obj/PACKAGING/android_jar_intermediates/android-stubs-s
# optional API files.
development/build/optional.json platforms/${PLATFORM_NAME}/optional/optional.json
${OUT_DIR}/target/common/obj/JAVA_LIBRARIES/org.apache.http.legacy.stubs_intermediates/classes.jar platforms/${PLATFORM_NAME}/optional/org.apache.http.legacy.jar
# Android Automotive OS stubs.
prebuilts/sdk/29/public/android.car.jar platforms/${PLATFORM_NAME}/optional/android.car.jar
# deprecated APIs
${OUT_DIR}/target/common/obj/JAVA_LIBRARIES/android_uiautomator_intermediates/classes.jar platforms/${PLATFORM_NAME}/uiautomator.jar
# Test APIs