move native services under services/

moved surfaceflinger, audioflinger, cameraservice

all native services should now reside in this location.

Change-Id: Iee42b83dd2a94c3bf5107ab0895fe2dfcd5337a8
This commit is contained in:
Mathias Agopian
2010-07-14 17:59:35 -07:00
parent c9a11088e5
commit 08e83bb3b7
73 changed files with 6 additions and 6 deletions

View File

@@ -10,7 +10,7 @@ LOCAL_SHARED_LIBRARIES := \
libutils
LOCAL_C_INCLUDES := \
$(LOCAL_PATH)/../../libs/surfaceflinger
$(LOCAL_PATH)/../../services/surfaceflinger
LOCAL_MODULE:= surfaceflinger

View File

@@ -7,9 +7,9 @@ LOCAL_SRC_FILES:= \
base = $(LOCAL_PATH)/../../..
LOCAL_C_INCLUDES := \
$(base)/camera/libcameraservice \
$(base)/libs/audioflinger \
$(base)/libs/surfaceflinger \
$(base)/services/camera/libcameraservice \
$(base)/services/audioflinger \
$(base)/services/surfaceflinger \
$(base)/media/libmediaplayerservice \
$(JNI_H_INCLUDE)

View File

@@ -14,8 +14,8 @@ LOCAL_SHARED_LIBRARIES := \
base := $(LOCAL_PATH)/../..
LOCAL_C_INCLUDES := \
$(base)/libs/audioflinger \
$(base)/camera/libcameraservice \
$(base)/services/audioflinger \
$(base)/services/camera/libcameraservice \
$(base)/media/libmediaplayerservice
LOCAL_MODULE:= mediaserver