Skip to content
This repository has been archived by the owner on Nov 1, 2020. It is now read-only.

Commit

Permalink
Revert "lowpan: Introduce new unit tests for data classes"
Browse files Browse the repository at this point in the history
This reverts commit 93ea3ce.

Reason for revert: Build failure in build 4190632 on branch `git_wear-master`.
Not all branches based on master include platform/frameworks/opt/net/lowpan.

Change-Id: I70fe6be8d71424e11a537daaa69c3f6cfae8e49d
  • Loading branch information
darconeous committed Jul 18, 2017
1 parent 6cfc490 commit a7e68a6
Show file tree
Hide file tree
Showing 18 changed files with 2 additions and 1,210 deletions.
53 changes: 2 additions & 51 deletions lowpan/tests/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -54,61 +54,12 @@ LOCAL_STATIC_JAVA_LIBRARIES := \
mockito-target-minus-junit4 \
frameworks-base-testutils \

LOCAL_JNI_SHARED_LIBRARIES += libframeworkslowpantestsjni
LOCAL_JNI_SHARED_LIBRARIES += libandroid_net_lowpan
LOCAL_JNI_SHARED_LIBRARIES += \
libbacktrace \
libbase \
libbinder \
libc++ \
libcutils \
liblog \
liblzma \
libnativehelper \
libnetdaidl \
libui \
libunwind \
libutils \
libvndksupport \
libcrypto \
libhidl-gen-utils \
libhidlbase \
libhidltransport \
libpackagelistparser \
libpcre2 \
libselinux \
libtinyxml2 \
libvintf \
libhwbinder \
[email protected]

LOCAL_JAVA_LIBRARIES := android.test.runner
LOCAL_JAVA_LIBRARIES := \
android.test.runner \

LOCAL_PACKAGE_NAME := FrameworksLowpanApiTests
LOCAL_COMPATIBILITY_SUITE := device-tests

LOCAL_CERTIFICATE := platform
LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk
include $(BUILD_PACKAGE)

#########################################################################
# Build JNI Shared Library
#########################################################################

LOCAL_PATH:= $(LOCAL_PATH)/jni

include $(CLEAR_VARS)

LOCAL_MODULE_TAGS := tests

LOCAL_CFLAGS := -Wall -Wextra -Werror

LOCAL_SRC_FILES := $(call all-cpp-files-under)

LOCAL_SHARED_LIBRARIES += libandroid_net_lowpan
LOCAL_SHARED_LIBRARIES += libbinder
LOCAL_SHARED_LIBRARIES += liblog

LOCAL_MODULE := libframeworkslowpantestsjni

include $(BUILD_SHARED_LIBRARY)
134 changes: 0 additions & 134 deletions lowpan/tests/java/android/net/lowpan/LowpanBeaconInfoTest.java

This file was deleted.

78 changes: 0 additions & 78 deletions lowpan/tests/java/android/net/lowpan/LowpanChannelInfoTest.java

This file was deleted.

92 changes: 0 additions & 92 deletions lowpan/tests/java/android/net/lowpan/LowpanCredentialTest.java

This file was deleted.

Loading

0 comments on commit a7e68a6

Please sign in to comment.