aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-09-14 05:37:37 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-09-14 05:37:37 +0000
commit1a0aa2ecd20ed214efd83d8db1814958358ac1c2 (patch)
tree3d16a8c5281f166fcd97773cf3c0cb612dfb46ab
parent5f16bcfe5a3252dd7fcf6ef1be48a83a98d19e8b (diff)
parent1d0a8dffea16f0af8eafee72f5bc041813f06d89 (diff)
downloadleveldb-1a0aa2ecd20ed214efd83d8db1814958358ac1c2.tar.gz
Snap for 9061588 from 1d0a8dffea16f0af8eafee72f5bc041813f06d89 to mainline-permission-releaseaml_per_331313010aml_per_331115020
Change-Id: If20d18f70d5e72287c44e4a72143c96d423605ea
-rw-r--r--Android.bp5
-rw-r--r--TEST_MAPPING7
2 files changed, 10 insertions, 2 deletions
diff --git a/Android.bp b/Android.bp
index 7a4707b..98ee014 100644
--- a/Android.bp
+++ b/Android.bp
@@ -28,8 +28,8 @@ cc_defaults {
"-Wno-unused-parameter",
"-Wno-unused-variable",
],
- clang: true,
sdk_version: "current",
+ min_sdk_version: "30",
}
cc_library {
@@ -39,6 +39,9 @@ cc_library {
],
export_include_dirs: ["include/"],
visibility: ["//packages/providers/MediaProvider/jni"],
+ apex_available: [
+ "com.android.mediaprovider",
+ ],
srcs: [
"db/builder.cc",
"db/c.cc",
diff --git a/TEST_MAPPING b/TEST_MAPPING
index c45ea6a..49b2742 100644
--- a/TEST_MAPPING
+++ b/TEST_MAPPING
@@ -1,5 +1,10 @@
{
- "presubmit":[
+ "mainline-presubmit": [
+ {
+ "name": "leveldb_test[com.google.android.mediaprovider.apex]"
+ }
+ ],
+ "presubmit": [
{
"name":"leveldb_test"
}