Remove false dependencies
Change-Id: I2a2976eb27b262bcba0c76ab37d822407d2337a7
This commit is contained in:
@@ -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 \
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user