Add cc_genrule

cc_genrule is the same as a normal genrule, but can depend on other cc
modules (like cc_object).

Test: mmma external/minijail
Change-Id: I8df87665c7bdc76ce89c92755c054f967a818e57
This commit is contained in:
Dan Willemsen
2017-09-13 18:37:08 -07:00
parent 0c16293821
commit 3e5bdf29ba
5 changed files with 109 additions and 30 deletions

View File

@@ -150,6 +150,8 @@ bootstrap_go_package {
"cc/llndk_library.go",
"cc/kernel_headers.go",
"cc/genrule.go",
],
testSrcs: [
"cc/cc_test.go",