Update build flags for Cuttlefish support
Web camera crashes without change. Change-Id: I8cfdc0f4f7d91e1040550ae5e6a84c03ae060311 Test: compiles, treehugger Bug: 234571051
This commit is contained in:
@ -93,10 +93,10 @@ cc_defaults {
|
||||
},
|
||||
arch: {
|
||||
arm: {
|
||||
cflags: ["-DWEBRTC_HAS_NEON"],
|
||||
cflags: ["-DWEBRTC_HAS_NEON", "-DWEBRTC_ARCH_ARM"],
|
||||
},
|
||||
arm64: {
|
||||
cflags: ["-DWEBRTC_HAS_NEON"],
|
||||
cflags: ["-DWEBRTC_HAS_NEON", "-DWEBRTC_ARCH_ARM64"],
|
||||
},
|
||||
},
|
||||
visibility: [
|
||||
|
||||
Reference in New Issue
Block a user