Android.mk revision 1d88023e1de6b9f370eb4be944dd9c4480d01f11
11d88023e1de6b9f370eb4be944dd9c4480d01f11Igor MurashkinCAMERA_CLIENT_LOCAL_PATH:= $(call my-dir)
21d88023e1de6b9f370eb4be944dd9c4480d01f11Igor Murashkininclude $(call all-subdir-makefiles)
33cf613507f1e2f7bd932d921a6e222e426fd3be4Mathias Agopianinclude $(CLEAR_VARS)
43cf613507f1e2f7bd932d921a6e222e426fd3be4Mathias Agopian
51d88023e1de6b9f370eb4be944dd9c4480d01f11Igor MurashkinLOCAL_PATH := $(CAMERA_CLIENT_LOCAL_PATH)
61d88023e1de6b9f370eb4be944dd9c4480d01f11Igor Murashkin
73cf613507f1e2f7bd932d921a6e222e426fd3be4Mathias AgopianLOCAL_SRC_FILES:= \
83cf613507f1e2f7bd932d921a6e222e426fd3be4Mathias Agopian	Camera.cpp \
97efa520c76e6a1f6b3146404cc6aca5a8353583aIgor Murashkin	CameraMetadata.cpp \
103cf613507f1e2f7bd932d921a6e222e426fd3be4Mathias Agopian	CameraParameters.cpp \
113cf613507f1e2f7bd932d921a6e222e426fd3be4Mathias Agopian	ICamera.cpp \
123cf613507f1e2f7bd932d921a6e222e426fd3be4Mathias Agopian	ICameraClient.cpp \
134ca2c7c913f8bd4ada13aca56d36045d42d1e00fWu-cheng Li	ICameraService.cpp \
144ca2c7c913f8bd4ada13aca56d36045d42d1e00fWu-cheng Li	ICameraRecordingProxy.cpp \
154ca2c7c913f8bd4ada13aca56d36045d42d1e00fWu-cheng Li	ICameraRecordingProxyListener.cpp
163cf613507f1e2f7bd932d921a6e222e426fd3be4Mathias Agopian
173cf613507f1e2f7bd932d921a6e222e426fd3be4Mathias AgopianLOCAL_SHARED_LIBRARIES := \
183cf613507f1e2f7bd932d921a6e222e426fd3be4Mathias Agopian	libcutils \
193cf613507f1e2f7bd932d921a6e222e426fd3be4Mathias Agopian	libutils \
203cf613507f1e2f7bd932d921a6e222e426fd3be4Mathias Agopian	libbinder \
213cf613507f1e2f7bd932d921a6e222e426fd3be4Mathias Agopian	libhardware \
22bfa33aae4f54c0020a0568b16a3acb7b30b6ca3dJamie Gennis	libui \
237efa520c76e6a1f6b3146404cc6aca5a8353583aIgor Murashkin	libgui \
247efa520c76e6a1f6b3146404cc6aca5a8353583aIgor Murashkin	libcamera_metadata \
257efa520c76e6a1f6b3146404cc6aca5a8353583aIgor Murashkin
267efa520c76e6a1f6b3146404cc6aca5a8353583aIgor MurashkinLOCAL_C_INCLUDES += \
271d88023e1de6b9f370eb4be944dd9c4480d01f11Igor Murashkin	system/media/camera/include \
283cf613507f1e2f7bd932d921a6e222e426fd3be4Mathias Agopian
293cf613507f1e2f7bd932d921a6e222e426fd3be4Mathias AgopianLOCAL_MODULE:= libcamera_client
303cf613507f1e2f7bd932d921a6e222e426fd3be4Mathias Agopian
313cf613507f1e2f7bd932d921a6e222e426fd3be4Mathias Agopianinclude $(BUILD_SHARED_LIBRARY)
32