Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit abb64629 authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change I5ff64f6f into eclair-mr2

* changes:
  Add CameraServiceTest.
parents 39b2dcd1 799ae618
Loading
Loading
Loading
Loading
+21 −0
Original line number Diff line number Diff line
LOCAL_PATH:= $(call my-dir)

include $(CLEAR_VARS)

LOCAL_SRC_FILES:= CameraServiceTest.cpp

LOCAL_MODULE:= CameraServiceTest

LOCAL_MODULE_TAGS := tests

LOCAL_C_INCLUDES += \
                frameworks/base/libs

LOCAL_CFLAGS :=

LOCAL_SHARED_LIBRARIES += \
                libcutils \
                libutils \
                libui

include $(BUILD_EXECUTABLE)
+848 −0

File added.

Preview size limit exceeded, changes collapsed.