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

Commit 00b0a85e authored by Glenn Kasten's avatar Glenn Kasten
Browse files

Remove false dependencies

Change-Id: I2a2976eb27b262bcba0c76ab37d822407d2337a7
parent 58984b07
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -8,10 +8,7 @@ base = $(LOCAL_PATH)/../../..
native = $(LOCAL_PATH)/../../../../native

LOCAL_C_INCLUDES := \
	$(base)/services/camera/libcameraservice \
	$(base)/services/audioflinger \
	$(base)/services/sensorservice \
	$(base)/media/libmediaplayerservice \
	$(native)/services/surfaceflinger \
	$(JNI_H_INCLUDE)

@@ -19,9 +16,6 @@ LOCAL_SHARED_LIBRARIES := \
	libandroid_runtime \
	libsensorservice \
	libsurfaceflinger \
	libaudioflinger \
    libcameraservice \
    libmediaplayerservice \
    libinput \
	libutils \
	libbinder \
+0 −4
Original line number Diff line number Diff line
@@ -15,10 +15,6 @@
#include <utils/Log.h>

#include <SurfaceFlinger.h>
#include <AudioFlinger.h>
#include <CameraService.h>
#include <AudioPolicyService.h>
#include <MediaPlayerService.h>
#include <SensorService.h>

#include <android_runtime/AndroidRuntime.h>