nijel8 | 2c821a8 | 2018-12-29 04:56:41 -0500 | [diff] [blame] | 1 | cc_binary { |
2 | name: "vdc_pie", | ||||
3 | defaults: ["vold_default_flags"], | ||||
4 | |||||
5 | srcs: ["vdc_pie.cpp"], | ||||
6 | shared_libs: [ | ||||
7 | "libbase", | ||||
8 | "libbinder", | ||||
9 | "libcutils", | ||||
10 | "libutils", | ||||
11 | ], | ||||
12 | static_libs: [ | ||||
13 | "libvold_binder", | ||||
14 | ], | ||||
15 | } |