forked from JNWSG/packages_apps_ViPER4AndroidFX
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAndroid.bp
More file actions
43 lines (42 loc) · 990 Bytes
/
Android.bp
File metadata and controls
43 lines (42 loc) · 990 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
android_app_import {
name: "ViPER4AndroidFX",
owner: "ViperFX",
apk: "system-ext/app/ViPER4AndroidFX/ViPER4AndroidFX.apk",
preprocessed: true,
presigned: true,
dex_preopt: {
enabled: false,
},
overrides: ["AudioFX", "MusicFX"],
system_ext_specific: true,
}
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",
],
},
},
compile_multilib: "both",
vendor: true,
relative_install_path: "soundfx",
}