17 lines
300 B
Plaintext
17 lines
300 B
Plaintext
cc_library_static {
|
|
name: "libGoldfishAddressSpace",
|
|
vendor: true,
|
|
srcs: [
|
|
"goldfish_address_space.cpp",
|
|
],
|
|
shared_libs: [
|
|
"liblog",
|
|
],
|
|
export_include_dirs: [
|
|
"include",
|
|
],
|
|
cflags: [
|
|
"-DLOG_TAG=\"goldfish-address-space\"",
|
|
],
|
|
}
|