aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-08-15 11:03:47 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-08-15 11:03:47 +0000
commit50c6417d3fb08bb7124bd399b605ddf9883f14d9 (patch)
tree25cfedb79267c6e86c5292b2644a89af3d7f163a
parentbb4c18d8b0392ac685756ad72b67aa5fc2d1336c (diff)
parentaa614ea53b920899c88e705ab5cc57f0083ec91a (diff)
downloadcbor-java-android13-mainline-extservices-release.tar.gz
Snap for 8947017 from aa614ea53b920899c88e705ab5cc57f0083ec91a to mainline-extservices-releaseaml_ext_331814220aml_ext_331412000aml_ext_331312000aml_ext_331112010aml_ext_331012020android13-mainline-extservices-release
Change-Id: I10dbd89a9379eb1e9bf4ee87c6b957cf00bb7b85
-rw-r--r--Android.bp4
1 files changed, 0 insertions, 4 deletions
diff --git a/Android.bp b/Android.bp
index 3b27e4d..3386f9d 100644
--- a/Android.bp
+++ b/Android.bp
@@ -38,8 +38,6 @@ java_library {
"src/main/**/*.java",
],
min_sdk_version: "30",
- // Setting target sdk to 10000 to prevent issues such as b/220675744
- target_sdk_version: "10000",
sdk_version: "core_current",
apex_available: [
"//apex_available:platform",
@@ -63,8 +61,6 @@ android_test {
"com.google.android.adservices.apex"
],
min_sdk_version: "30",
- // Setting target sdk to 10000 to prevent issues such as b/220675744
- target_sdk_version: "10000",
sdk_version: "test_current",
test_suites: [
"general-tests",