24 lines
432 B
Plaintext
24 lines
432 B
Plaintext
cc_prebuilt_library_shared {
|
|
name: "gps.default",
|
|
vendor: true,
|
|
relative_install_path: "hw",
|
|
strip: {
|
|
none: true,
|
|
},
|
|
arch: {
|
|
arm: {
|
|
srcs: ["lib/gps.default.so"],
|
|
},
|
|
arm64: {
|
|
srcs: ["lib64/gps.default.so"],
|
|
},
|
|
},
|
|
shared_libs: [
|
|
"liblog",
|
|
"libcutils",
|
|
"libhardware",
|
|
"libc",
|
|
"libutils",
|
|
],
|
|
}
|