move aoc dump to gs-common

Bug: 248426917
Test: adb bugreport
Change-Id: I29fea8752011959b5d0eb50ed93c6e8eed66f9ee
This commit is contained in:
Adam Shih 2022-10-11 15:36:26 +08:00
parent 763eae3289
commit ee779b9ac8
5 changed files with 88 additions and 0 deletions

16
aoc/Android.bp Normal file
View file

@ -0,0 +1,16 @@
package {
default_applicable_licenses: ["Android-Apache-2.0"],
}
cc_binary {
name: "dump_aoc",
srcs: ["dump_aoc.cpp"],
cflags: [
"-Wall",
"-Wextra",
"-Werror",
],
shared_libs: ["libbase"],
vendor: true,
relative_install_path: "dump",
}