[automerge] Allow ActivityEmbedding in APEX modules. 2p: a4156b6f4d
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/20188789 Bug: 253394518 Change-Id: I63512f534d83d41d534e6f34a283059aa71209d4
This commit is contained in:
committed by
Presubmit Automerger Backend
commit
c54ac3e6d3
@@ -26,4 +26,9 @@ android_library {
|
||||
"androidx.window.extensions",
|
||||
"androidx.window.sidecar",
|
||||
],
|
||||
|
||||
apex_available: [
|
||||
"//apex_available:platform",
|
||||
"com.android.permission",
|
||||
],
|
||||
}
|
||||
|
||||
@@ -21,6 +21,7 @@
|
||||
<uses-sdk android:minSdkVersion="21" />
|
||||
|
||||
<application>
|
||||
<uses-library android:name="org.apache.http.legacy" android:required="false" />
|
||||
<uses-library android:name="androidx.window.extensions" android:required="false" />
|
||||
<uses-library android:name="androidx.window.sidecar" android:required="false" />
|
||||
</application>
|
||||
|
||||
Reference in New Issue
Block a user