3da5b01946
* Remove unused local variables. Bug: 66996870 Test: build with WITH_TIDY=1 Change-Id: I48dbbf670cc9eeff2391983788983420f8547cc9
13 lines
244 B
Text
13 lines
244 B
Text
cc_library_shared {
|
|
name: "libhwminijail",
|
|
defaults: ["hidl_defaults"],
|
|
vendor: true,
|
|
export_include_dirs: ["include"],
|
|
|
|
srcs: ["HardwareMinijail.cpp"],
|
|
|
|
shared_libs: [
|
|
"libbase",
|
|
"libminijail",
|
|
],
|
|
}
|