aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuentin Perret <qperret@google.com>2022-02-23 13:37:54 +0000
committerQuentin Perret <qperret@google.com>2022-02-23 13:57:24 +0000
commit10821c981b23d1018d5baac33cdffe0062969198 (patch)
treefc0cc53a577e1b590d60afbd5d826eee349a1e44
parenta80f5057c756c82f6031f5eac00a63656ee915b9 (diff)
downloadlinux-kselftest-10821c981b23d1018d5baac33cdffe0062969198.tar.gz
ANDROID: Re-enable breakpoint_test for x86_64
Commit 739c390a ("ANDROID: build breakpoint tests") accidentally disabled breakpoint_test.c for x86_64. Re-enable the test. Bug: 67016038 Change-Id: I8731ac9c5ef81af93d1090f76a3c1f476c8260fe
-rw-r--r--Android.bp5
1 files changed, 5 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 0b9166c56315..c53642de8e1a 100644
--- a/Android.bp
+++ b/Android.bp
@@ -126,6 +126,11 @@ cc_test {
"tools/testing/selftests/breakpoints/breakpoint_test.c",
],
},
+ x86_64: {
+ srcs: [
+ "tools/testing/selftests/breakpoints/breakpoint_test.c",
+ ],
+ },
},
}