Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b93a03f8 authored by Mathias Agopian's avatar Mathias Agopian
Browse files

frameworks/base refactoring.

First step. Move libui includes to their new home: androidfw.

Change-Id: Ic042b52fdba72f30edc3cc6339bf30b4c1b99662
parent e97df97b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@
#include <android_runtime/android_util_AssetManager.h>
#include <surfaceflinger/Surface.h>
#include <ui/egl/android_natives.h>
#include <ui/InputTransport.h>
#include <androidfw/InputTransport.h>
#include <utils/Looper.h>

#include "JNIHelp.h"
+0 −0

File mode changed from 100755 to 100644.

core/jni/android_bluetooth_c.c

100755 → 100644
+0 −0

File mode changed from 100755 to 100644.

+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@
#include <android_runtime/AndroidRuntime.h>
#include <binder/Parcel.h>
#include <utils/Log.h>
#include <ui/InputTransport.h>
#include <androidfw/InputTransport.h>
#include "android_view_InputChannel.h"
#include "android_util_Binder.h"

+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@

#include "jni.h"

#include <ui/InputTransport.h>
#include <androidfw/InputTransport.h>

namespace android {

Loading