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.
50 lines
875 B
50 lines
875 B
cc_library_shared {
|
|
name: "libdol_dtv_jni",
|
|
srcs: [
|
|
"android_dtv.cpp",
|
|
],
|
|
|
|
include_dirs: [
|
|
"frameworks/base/core/jni",
|
|
"frameworks/native/include",
|
|
],
|
|
|
|
local_include_dirs: [
|
|
".",
|
|
],
|
|
|
|
header_libs: [
|
|
"jni_headers",
|
|
"libvendor_dtv_headers",
|
|
],
|
|
|
|
shared_libs: [
|
|
"libdol_dtvcs",
|
|
"libutils",
|
|
"libbinder",
|
|
"libcutils",
|
|
"libandroid",
|
|
"liblog",
|
|
],
|
|
|
|
cflags: [
|
|
"-DANDROID_VERSION",
|
|
"-DPRODUCT_FULL_TREBLE",
|
|
"-Wno-visibility",
|
|
"-fno-common",
|
|
"-Wformat",
|
|
"-Wlong-long",
|
|
"-Wpointer-arith",
|
|
"-fstack-protector-all",
|
|
"-fPIC",
|
|
"-Werror",
|
|
"-Wall",
|
|
],
|
|
host_ldlibs: [
|
|
"-lm",
|
|
"-llog",
|
|
],
|
|
compile_multilib: "both",
|
|
clang: true,
|
|
}
|