Get rid of test for the Android platform service
This commit is contained in:
parent
357b1a58ec
commit
e419b1fbd5
3 changed files with 0 additions and 57 deletions
15
Android.mk
15
Android.mk
|
|
@ -62,21 +62,6 @@ LOCAL_CFLAGS := \
|
|||
-std=c++1y
|
||||
include $(BUILD_EXECUTABLE)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
LOCAL_MODULE_CLASS := EXECUTABLES
|
||||
LOCAL_MODULE := anbox_test_platform_service
|
||||
LOCAL_SRC_FILES := \
|
||||
android/service/platform_service_interface.cpp \
|
||||
android/service/test_platform_service.cpp
|
||||
LOCAL_C_INCLUDES += \
|
||||
$(LOCAL_PATH)/android/service
|
||||
LOCAL_SHARED_LIBRARIES := \
|
||||
liblog \
|
||||
libbinder \
|
||||
libcutils \
|
||||
libutils
|
||||
include $(BUILD_EXECUTABLE)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
LOCAL_MODULE_RELATIVE_PATH := hw
|
||||
LOCAL_SHARED_LIBRARIES := \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue