sm8250-common: Add missing wfd lib
Change-Id: I106e8206d7321746627baa25b282c432659758e1
This commit is contained in:
17
Android.bp
17
Android.bp
@@ -6618,6 +6618,23 @@ cc_prebuilt_library_shared {
|
||||
system_ext_specific: true,
|
||||
}
|
||||
|
||||
cc_prebuilt_library_shared {
|
||||
name: "libwfdnative",
|
||||
owner: "xiaomi",
|
||||
strip: {
|
||||
none: true,
|
||||
},
|
||||
target: {
|
||||
android_arm: {
|
||||
srcs: ["proprietary/system_ext/lib/libwfdnative.so"],
|
||||
shared_libs: ["libandroid_runtime", "libui", "libinput", "libnativehelper", "libutils", "liblog", "libwfdclient", "libhidlbase", "libhidlmemory", "libbinder", "libgui", "android.hidl.base@1.0", "android.hidl.token@1.0-utils", "android.hardware.graphics.common@1.0", "android.hardware.graphics.bufferqueue@1.0", "android.hardware.graphics.bufferqueue@2.0", "libc++", "libc", "libm", "libdl", ],
|
||||
},
|
||||
},
|
||||
compile_multilib: "32",
|
||||
prefer: true,
|
||||
system_ext_specific: true,
|
||||
}
|
||||
|
||||
cc_prebuilt_library_shared {
|
||||
name: "libwfdrtsp",
|
||||
owner: "xiaomi",
|
||||
|
||||
BIN
proprietary/system_ext/lib/libwfdnative.so
Normal file
BIN
proprietary/system_ext/lib/libwfdnative.so
Normal file
Binary file not shown.
@@ -526,6 +526,7 @@ PRODUCT_PACKAGES += \
|
||||
libwfdmminterface \
|
||||
libwfdmmsink \
|
||||
libwfdmmsrc_system \
|
||||
libwfdnative \
|
||||
libwfdrtsp \
|
||||
libwfdservice \
|
||||
libwfdsinksm \
|
||||
|
||||
Reference in New Issue
Block a user