diff options
| author | 2018-11-14 14:13:52 +0000 | |
|---|---|---|
| committer | 2018-11-14 14:13:52 +0000 | |
| commit | b56e8353020acda1a8285daa11c69f57060cd015 (patch) | |
| tree | cb570cb734aa7d51761985639c42b77f9b8f97d0 /build/codegen.go | |
| parent | d0834e4a44440a8faf199024a030731ad26aae68 (diff) | |
| parent | 12dd9aee74a588bf31f151cebba930849b4baceb (diff) | |
Merge "Use unified libvixl(d) instead of per-supported-arch libvixl(d)-arm(64)."
Diffstat (limited to 'build/codegen.go')
| -rw-r--r-- | build/codegen.go | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/build/codegen.go b/build/codegen.go index 8526bf192b..d0db78e571 100644 --- a/build/codegen.go +++ b/build/codegen.go @@ -107,8 +107,9 @@ func codegen(ctx android.LoadHookContext, c *codegenProperties, library bool) { } type CodegenCommonArchProperties struct { - Srcs []string - Cflags []string + Srcs []string + Cflags []string + Cppflags []string } type CodegenLibraryArchProperties struct { |