commit | 2a88e79bf937fc4a83ec52b75ef6e6f49a5c9d0b | [log] [tgz] |
---|---|---|
author | Victor Khimenko <khim@google.com> | Fri Oct 28 16:54:50 2016 +0200 |
committer | Victor Khimenko <khim@google.com> | Fri Oct 28 16:55:52 2016 +0200 |
tree | 36c8a089c047fd2935bbce88144a2d01950d27f0 | |
parent | 11ea8f00fcd6d2f4530e905e3d4333a88fa33d04 [diff] |
Fix x86+arm multilib branch Don't add -DARCH_X86_HAVE_SSSE3 to LOCAL_CFLAGS because otherwise in x86+arm multilib build RenderScript will try to compile SSSE3 support on ARM platform. That does not work for obvious reason. Test: Build renderscript in aosp_x86_arm with SSSE3 and NEON both enabled Change-Id: Ib4b7271d776353c5cf7277c871942c2f2f7c3985