Merge "resolve merge conflicts of 7d0c3abcf4 to rvc-dev-plus-aosp" into rvc-dev-plus-aosp
This commit is contained in:
committed by
Android (Google) Code Review
commit
a6cd26d8af
@@ -15,6 +15,10 @@
|
||||
*/
|
||||
|
||||
#define LOG_TAG "SELinuxJNI"
|
||||
|
||||
#include <errno.h>
|
||||
#include <fcntl.h>
|
||||
|
||||
#include <utils/Log.h>
|
||||
|
||||
#include <nativehelper/JNIHelp.h>
|
||||
@@ -22,7 +26,6 @@
|
||||
#include "core_jni_helpers.h"
|
||||
#include "selinux/selinux.h"
|
||||
#include "selinux/android.h"
|
||||
#include <errno.h>
|
||||
#include <memory>
|
||||
#include <atomic>
|
||||
#include <nativehelper/ScopedLocalRef.h>
|
||||
|
||||
@@ -14,9 +14,10 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#include <fcntl.h>
|
||||
#include <sys/mman.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#include <sys/types.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
@@ -16,6 +16,9 @@
|
||||
|
||||
#include <jni.h>
|
||||
|
||||
#include <fcntl.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include <android/sharedmem.h>
|
||||
#include <android/sharedmem_jni.h>
|
||||
#include <cutils/ashmem.h>
|
||||
@@ -23,7 +26,6 @@
|
||||
#include <utils/Errors.h>
|
||||
|
||||
#include <mutex>
|
||||
#include <unistd.h>
|
||||
|
||||
static struct {
|
||||
jclass clazz;
|
||||
|
||||
Reference in New Issue
Block a user