Add Automotive OS API 29 stubs to platform SDK optionals. am: ecf644f2d6 am: 7737e3dc01
Original change: https://googleplex-android-review.googlesource.com/c/platform/development/+/12221485 Change-Id: I4aa6d0cc36fd61557d94a529b9a60f8e905101bb
This commit is contained in:
committed by
Automerger Merge Worker
commit
683c5ffe37
@@ -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",
|
||||
|
||||
@@ -170,6 +170,8 @@ ${OUT_DIR}/target/common/obj/JAVA_LIBRARIES/core-current-stubs-for-system-module
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user