blob: 8b239ad9db3d04c1881542e7e9845d37cf841080 [file] [log] [blame]
Dan Willemsen2a001e82016-08-05 14:06:41 -07001// OTA chroot tool
2
3cc_binary {
4 name: "otapreopt_chroot",
5 cflags: [
6 "-Wall",
7 "-Werror",
8 ],
9 clang: true,
10
11 srcs: ["otapreopt_chroot.cpp"],
12 shared_libs: [
13 "libbase",
14 "liblog",
15 ],
16}