Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable a native build of Crashpad handler on arm64 (#3914)
It can't be assumed that a native target running on Android has access to the JNI, which android_getCpuFeatures() uses to get the device's CPU features. It should be ok to do nothing here; upstream only uses the CPU features to set arm_cpu_enable_pmull for this OS and architecture, and the value of arm_cpu_enable_pmull is actually unused. b/355499070 Change-Id: Idac308a2a8e42d4a0d5edf3f004b3e0dd204db10
- Loading branch information