Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(halium) Fix sepolicy_test on macOS #26

Open
wants to merge 1 commit into
base: halium-9.0
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions system/sepolicy/0001-halium-Fix-sepolicy_test-on-macOS.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
From 31fd6d57b7afe7b21ca9c7c9a9b0b36e7a6e65c4 Mon Sep 17 00:00:00 2001
From: Alfred Neumayer <[email protected]>
Date: Sun, 8 Aug 2021 18:46:22 +0200
Subject: [PATCH] (halium) Fix sepolicy_test on macOS

Based on: https://android-review.googlesource.com/c/platform/system/sepolicy/+/1173528

Change-Id: Ifaf0bfeef34d586e36078f93d60b28aec6a254a7
---
tests/Android.bp | 1 -
1 file changed, 1 deletion(-)

diff --git a/tests/Android.bp b/tests/Android.bp
index abb5e35..26b55b6 100644
--- a/tests/Android.bp
+++ b/tests/Android.bp
@@ -11,7 +11,6 @@ cc_library_host_shared {
"libbase",
"libsepol",
],
- stl: "libc++_static",
sanitize: {
never: true,
},
--
2.30.1 (Apple Git-130)