Import the window extension libary in the Settings app
Test: Rebuilt apk and run apk successfully. Bug: 196939216 Change-Id: If9040ae9a1c72097e4964c8d40ea9785cf2f01dc
This commit is contained in:
10
Android.bp
10
Android.bp
@@ -74,6 +74,7 @@ android_library {
|
||||
"android.hardware.dumpstate-V1.1-java",
|
||||
"lottie",
|
||||
"WifiTrackerLib",
|
||||
"windowExtLib",
|
||||
],
|
||||
|
||||
libs: [
|
||||
@@ -102,6 +103,10 @@ android_app {
|
||||
],
|
||||
static_libs: ["Settings-core"],
|
||||
uses_libs: ["org.apache.http.legacy"],
|
||||
optional_uses_libs: [
|
||||
"androidx.window.extensions",
|
||||
"androidx.window.sidecar",
|
||||
],
|
||||
resource_dirs: [],
|
||||
optimize: {
|
||||
proguard_flags_files: ["proguard.flags"],
|
||||
@@ -113,6 +118,11 @@ android_library_import {
|
||||
aars: ["libs/contextualcards.aar"],
|
||||
}
|
||||
|
||||
android_library_import {
|
||||
name: "windowExtLib",
|
||||
aars: ["libs/window_ext_lib.aar"],
|
||||
}
|
||||
|
||||
filegroup {
|
||||
name: "Settings_proguard_flags",
|
||||
srcs: ["proguard.flags"],
|
||||
|
Reference in New Issue
Block a user