summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/android-tools/android-tools/remove-selinux-android.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-devtools/android-tools/android-tools/remove-selinux-android.patch')
-rw-r--r--meta-oe/recipes-devtools/android-tools/android-tools/remove-selinux-android.patch29
1 files changed, 3 insertions, 26 deletions
diff --git a/meta-oe/recipes-devtools/android-tools/android-tools/remove-selinux-android.patch b/meta-oe/recipes-devtools/android-tools/android-tools/remove-selinux-android.patch
index d4a37f82b..bc0dd4a2e 100644
--- a/meta-oe/recipes-devtools/android-tools/android-tools/remove-selinux-android.patch
+++ b/meta-oe/recipes-devtools/android-tools/android-tools/remove-selinux-android.patch
@@ -3,33 +3,10 @@ Author: Sergio Schvezov <sergio.schvezov@canonical.com>
3 3
4Upstream-Status: Inappropriate 4Upstream-Status: Inappropriate
5--- 5---
6 system/core/adb/file_sync_service.c | 3 --- 6 adb/file_sync_service.c | 3 ---
7 system/extras/ext4_utils/make_ext4fs.c | 1 -
8 system/extras/ext4_utils/make_ext4fs_main.c | 1 -
9 3 files changed, 5 deletions(-)
10 7
11--- a/system/extras/ext4_utils/make_ext4fs.c 8--- a/adb/file_sync_service.c
12+++ b/system/extras/ext4_utils/make_ext4fs.c 9+++ b/adb/file_sync_service.c
13@@ -62,7 +62,6 @@
14
15 #include <selinux/selinux.h>
16 #include <selinux/label.h>
17-#include <selinux/android.h>
18
19 #define O_BINARY 0
20
21--- a/system/extras/ext4_utils/make_ext4fs_main.c
22+++ b/system/extras/ext4_utils/make_ext4fs_main.c
23@@ -32,7 +32,6 @@
24 #ifndef USE_MINGW
25 #include <selinux/selinux.h>
26 #include <selinux/label.h>
27-#include <selinux/android.h>
28 #else
29 struct selabel_handle;
30 #endif
31--- a/system/core/adb/file_sync_service.c
32+++ b/system/core/adb/file_sync_service.c
33@@ -26,7 +26,6 @@ 10@@ -26,7 +26,6 @@
34 11
35 #include <errno.h> 12 #include <errno.h>