Remove false dependencies

Change-Id: I2a2976eb27b262bcba0c76ab37d822407d2337a7
This commit is contained in:
Glenn Kasten
2012-03-13 16:03:05 -07:00
parent 58984b0738
commit 00b0a85e90
2 changed files with 0 additions and 10 deletions

View File

@@ -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 \

View File

@@ -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>