am 4055b780
: Merge "move native services under services/" into gingerbread
Merge commit '4055b780bb7e85abcf4754b84e50bf407c45bec8' into gingerbread-plus-aosp * commit '4055b780bb7e85abcf4754b84e50bf407c45bec8': move native services under services/
This commit is contained in:
@ -10,7 +10,7 @@ LOCAL_SHARED_LIBRARIES := \
|
|||||||
libutils
|
libutils
|
||||||
|
|
||||||
LOCAL_C_INCLUDES := \
|
LOCAL_C_INCLUDES := \
|
||||||
$(LOCAL_PATH)/../../libs/surfaceflinger
|
$(LOCAL_PATH)/../../services/surfaceflinger
|
||||||
|
|
||||||
LOCAL_MODULE:= surfaceflinger
|
LOCAL_MODULE:= surfaceflinger
|
||||||
|
|
||||||
|
@ -7,9 +7,9 @@ LOCAL_SRC_FILES:= \
|
|||||||
base = $(LOCAL_PATH)/../../..
|
base = $(LOCAL_PATH)/../../..
|
||||||
|
|
||||||
LOCAL_C_INCLUDES := \
|
LOCAL_C_INCLUDES := \
|
||||||
$(base)/camera/libcameraservice \
|
$(base)/services/camera/libcameraservice \
|
||||||
$(base)/libs/audioflinger \
|
$(base)/services/audioflinger \
|
||||||
$(base)/libs/surfaceflinger \
|
$(base)/services/surfaceflinger \
|
||||||
$(base)/media/libmediaplayerservice \
|
$(base)/media/libmediaplayerservice \
|
||||||
$(JNI_H_INCLUDE)
|
$(JNI_H_INCLUDE)
|
||||||
|
|
||||||
|
@ -14,8 +14,8 @@ LOCAL_SHARED_LIBRARIES := \
|
|||||||
base := $(LOCAL_PATH)/../..
|
base := $(LOCAL_PATH)/../..
|
||||||
|
|
||||||
LOCAL_C_INCLUDES := \
|
LOCAL_C_INCLUDES := \
|
||||||
$(base)/libs/audioflinger \
|
$(base)/services/audioflinger \
|
||||||
$(base)/camera/libcameraservice \
|
$(base)/services/camera/libcameraservice \
|
||||||
$(base)/media/libmediaplayerservice
|
$(base)/media/libmediaplayerservice
|
||||||
|
|
||||||
LOCAL_MODULE:= mediaserver
|
LOCAL_MODULE:= mediaserver
|
||||||
|
Reference in New Issue
Block a user