Rather than requiring ```make ifeq ($(TARGET_ARCH_ABI),arm64-v8a) libcxxabi_cppflags += -mbranch-protection=standard endif ``` all over the place, we should add a `LOCAL_BRANCH_PROTECTION := standard` that is ignored for non-arm64.