aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-07-25 15:30:07 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-07-25 15:30:07 +0000
commit0188cc72ad3eb7b560ea55fb58040d6fcf8c43c3 (patch)
tree0c328cb437069eab875e622573d37908ab3e5144
parentecf36156ea967499fa5f63b1c0f47c88780c4982 (diff)
parent6d8ca95245cd6504dcae739fb5dbe756e58380b0 (diff)
downloaddagger2-android13-mainline-go-os-statsd-release.tar.gz
Snap for 8866753 from 6d8ca95245cd6504dcae739fb5dbe756e58380b0 to mainline-go-os-statsd-releaseaml_go_sta_330911000android13-mainline-go-os-statsd-release
Change-Id: If621fdbf0bb1cc9b807154ba1c4443d4c6376642
-rw-r--r--Android.bp4
-rw-r--r--lint-baseline.xml26
2 files changed, 4 insertions, 26 deletions
diff --git a/Android.bp b/Android.bp
index 57771c5f5..3a5a2f8b1 100644
--- a/Android.bp
+++ b/Android.bp
@@ -80,6 +80,10 @@ java_library {
"guava",
"jsr330",
],
+ apex_available: [
+ "//apex_available:platform",
+ "com.android.adservices",
+ ],
sdk_version: "core_current",
}
diff --git a/lint-baseline.xml b/lint-baseline.xml
deleted file mode 100644
index 147f1372e..000000000
--- a/lint-baseline.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<issues format="5" by="lint 4.1.0" client="cli" variant="all" version="4.1.0">
-
- <issue
- id="NewApi"
- message="Multi-catch with these reflection exceptions requires API level 19 (current min is 14) because they get compiled to the common but new super type `ReflectiveOperationException`. As a workaround either create individual catch statements, or catch `Exception`."
- errorLine1=" } catch (ClassNotFoundException"
- errorLine2=" ^">
- <location
- file="external/dagger2/java/dagger/hilt/android/internal/testing/EarlySingletonComponentCreator.java"
- line="33"
- column="14"/>
- </issue>
-
- <issue
- id="NewApi"
- message="Multi-catch with these reflection exceptions requires API level 19 (current min is 14) because they get compiled to the common but new super type `ReflectiveOperationException`. As a workaround either create individual catch statements, or catch `Exception`."
- errorLine1=" } catch (ClassNotFoundException"
- errorLine2=" ^">
- <location
- file="external/dagger2/java/dagger/hilt/android/internal/testing/TestComponentDataSupplier.java"
- line="35"
- column="14"/>
- </issue>
-
-</issues>