summaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
author Matt Casey <mrcasey@google.com> 2022-02-01 21:55:27 -0500
committer Matt Casey <mrcasey@google.com> 2022-02-02 10:53:48 -0500
commitbca35afe580d41169e0aef44cf49edeab490ed85 (patch)
tree44f181ac88c229d8417079e53661b74e19470aa7 /Android.bp
parent5312de584408f56ede119bfbc094b39a090969be (diff)
Copy sharesheet style information into unbundled branch
This restores the semitransparent background and entrance/exit animations. A bunch of the style stuff is private so it couldn't be referenced, subsequent CLs will resolve these (left them commented out for now). Bug: 202165481 Test: Visual verification Change-Id: Icd75afde8e0ab3afa2e238c49c526100da86febb
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Android.bp b/Android.bp
index 2a620448..9b5d1ddc 100644
--- a/Android.bp
+++ b/Android.bp
@@ -33,10 +33,10 @@ license {
android_library {
name: "IntentResolver-core",
+ min_sdk_version: "current",
srcs: [
"java/src/**/*.java",
],
- min_sdk_version: "18",
resource_dirs: [
"java/res",
],
@@ -55,7 +55,7 @@ android_library {
android_app {
name: "IntentResolver",
- min_sdk_version: "18",
+ min_sdk_version: "current",
certificate: "platform",
privileged: true,
required: [