From 12dd9aee74a588bf31f151cebba930849b4baceb Mon Sep 17 00:00:00 2001 From: Roland Levillain Date: Tue, 6 Nov 2018 13:32:06 +0000 Subject: Use unified libvixl(d) instead of per-supported-arch libvixl(d)-arm(64). Using a unified libvixl(s) saves space by sharing code that was common to libvixl(d)-arm and libvixl(d)-arm64 and also addresses multiple definitions issues that would cause ODR violations. Test: 32-bit-only device boot test Test: 32/64-bit device boot test Change-Id: I1d67c43897e08bc0f5743eb038fe574ce2fb54f3 --- build/codegen.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'build/codegen.go') 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 { -- cgit v1.2.3-59-g8ed1b