summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSantiago Seifert <aquilescanta@google.com>2021-11-19 19:19:40 +0000
committerSantiago Seifert <aquilescanta@google.com>2021-12-07 15:12:03 +0000
commitfe315ffa6958d7f0a5e57324220a692819d1feb1 (patch)
treeab357b4922befc99bbc29e1094909dc7346d06d4
parent9b1044a15154070f627c71a2c26755f89252fb4a (diff)
downloaderror_prone-fe315ffa6958d7f0a5e57324220a692819d1feb1.tar.gz
Add min_sdk_version 29 to error_prone
In order to depend on it from the com.android.media apex. Bug: 201541781 Change-Id: I3a4262ebdc47fd46d1356bb48274710b5dbdf655 Test: m
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 24286e0..3087f5d 100644
--- a/Android.bp
+++ b/Android.bp
@@ -50,6 +50,7 @@ java_import {
name: "error_prone_annotations",
host_supported: true,
jars: ["error_prone/error_prone_annotations-2.10.0.jar"],
+ min_sdk_version : "29",
apex_available: [
"//apex_available:anyapex",
"//apex_available:platform",