-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathAndroid.bp
More file actions
43 lines (41 loc) · 924 Bytes
/
Android.bp
File metadata and controls
43 lines (41 loc) · 924 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
// Automatically generated file. DO NOT MODIFY
//
// This file is generated by device/xiaomi/taoyao/setup-makefiles.sh
soong_namespace {
imports: [
],
}
cc_prebuilt_library_shared {
name: "libv4a_re",
installable: true,
strip: {
none: true,
},
target: {
android_arm: {
srcs: ["vendor/lib/soundfx/libv4a_re.so"],
shared_libs: [
"liblog",
"libm",
"libdl",
"libc",
],
},
android_arm64: {
srcs: ["vendor/lib64/soundfx/libv4a_re.so"],
shared_libs: [
"liblog",
"libm",
"libdl",
"libc",
],
},
},
required: [
"libviperaidl",
],
ignore_max_page_size: true,
compile_multilib: "both",
vendor: true,
relative_install_path: "soundfx",
}