From 46ed34b68f9d17b1cce2a045f96025e2138895ed Mon Sep 17 00:00:00 2001 From: Liu Cunyuan Date: Wed, 12 Oct 2022 22:16:41 +0800 Subject: [PATCH] Add riscv64 support for libcutils Signed-off-by: Liu Cunyuan Signed-off-by: Mao Han Change-Id: I3dbe6b6d79c2655ab76f48e48fd22ab72d761dfd --- libcutils/Android.bp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/libcutils/Android.bp b/libcutils/Android.bp index fde30adc5..753edf768 100644 --- a/libcutils/Android.bp +++ b/libcutils/Android.bp @@ -219,6 +219,11 @@ cc_library { misc_undefined: ["integer"], }, }, + android_riscv64: { + sanitize: { + misc_undefined: ["integer"], + }, + }, android_x86: { // TODO: This is to work around b/29412086.