Get rid of test for the Android platform service

This commit is contained in:
Simon Fels 2016-12-09 17:25:43 +01:00
commit e419b1fbd5
3 changed files with 0 additions and 57 deletions

View file

@ -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 := \