You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
517 B
27 lines
517 B
//##################################### |
|
// Build shared library vendor/lib/libp61-jcop-kit.so |
|
|
|
cc_library_shared { |
|
name: "libp61-jcop-kit", |
|
proprietary: true, |
|
|
|
shared_libs: [ |
|
"libcutils", |
|
"liblog", |
|
"libdl", |
|
"libhardware", |
|
], |
|
cflags: ["-DNXP_LDR_SVC_VER_2=TRUE"], |
|
export_include_dirs: [ |
|
"include/", |
|
"inc/", |
|
], |
|
srcs: [ |
|
"src/AlaLib.cpp", |
|
"src/JcopOsDownload.cpp", |
|
"src/JcDnld.cpp", |
|
"src/Ala.cpp", |
|
], |
|
|
|
} |
|
|
|
|