This repository has been archived by the owner on Nov 1, 2020. It is now read-only.
forked from LineageOS/android_frameworks_base
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "lowpan: Introduce new unit tests for data classes"
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
1 parent
6cfc490
commit a7e68a6
Showing
18 changed files
with
2 additions
and
1,210 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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
134
lowpan/tests/java/android/net/lowpan/LowpanBeaconInfoTest.java
This file was deleted.
Oops, something went wrong.
78 changes: 0 additions & 78 deletions
78
lowpan/tests/java/android/net/lowpan/LowpanChannelInfoTest.java
This file was deleted.
Oops, something went wrong.
92 changes: 0 additions & 92 deletions
92
lowpan/tests/java/android/net/lowpan/LowpanCredentialTest.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.