From cba91305e8eefdf34a2cd3643eeb8fffc895096d Mon Sep 17 00:00:00 2001 From: Yuexi Ma Date: Mon, 2 Apr 2018 12:57:18 -0700 Subject: combine NBU modules, add WifiDirect and LocalHotspot modules Test: run vts-p2p Change-Id: I1f8a06d5ed9413e10334d4057529ac5204214382 --- Android.mk | 23 ++++++++++++++++++++++ AndroidTest.xml | 49 +++++++++++++++++++++++++++++++++++++++++++++++ ble/Android.mk | 23 ---------------------- ble/AndroidTest.xml | 28 --------------------------- ble/__init__.py | 0 bluetooth/Android.mk | 23 ---------------------- bluetooth/AndroidTest.xml | 28 --------------------------- bluetooth/__init__.py | 0 8 files changed, 72 insertions(+), 102 deletions(-) create mode 100644 Android.mk create mode 100644 AndroidTest.xml delete mode 100644 ble/Android.mk delete mode 100644 ble/AndroidTest.xml delete mode 100644 ble/__init__.py delete mode 100644 bluetooth/Android.mk delete mode 100644 bluetooth/AndroidTest.xml delete mode 100644 bluetooth/__init__.py diff --git a/Android.mk b/Android.mk new file mode 100644 index 0000000..d62bb88 --- /dev/null +++ b/Android.mk @@ -0,0 +1,23 @@ +# +# Copyright (C) 2017 The Android Open Source Project +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + +LOCAL_PATH := $(call my-dir) + +include $(CLEAR_VARS) + +LOCAL_MODULE := VtsNbu +VTS_CONFIG_SRC_DIR := testcases/nbu +-include test/vts/tools/build/Android.host_config.mk diff --git a/AndroidTest.xml b/AndroidTest.xml new file mode 100644 index 0000000..c648cf9 --- /dev/null +++ b/AndroidTest.xml @@ -0,0 +1,49 @@ + + + + diff --git a/ble/Android.mk b/ble/Android.mk deleted file mode 100644 index 7160fb1..0000000 --- a/ble/Android.mk +++ /dev/null @@ -1,23 +0,0 @@ -# -# Copyright (C) 2017 The Android Open Source Project -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# - -LOCAL_PATH := $(call my-dir) - -include $(CLEAR_VARS) - -LOCAL_MODULE := VtsNbuBle -VTS_CONFIG_SRC_DIR := testcases/nbu/ble --include test/vts/tools/build/Android.host_config.mk diff --git a/ble/AndroidTest.xml b/ble/AndroidTest.xml deleted file mode 100644 index 03eee24..0000000 --- a/ble/AndroidTest.xml +++ /dev/null @@ -1,28 +0,0 @@ - - - - diff --git a/ble/__init__.py b/ble/__init__.py deleted file mode 100644 index e69de29..0000000 diff --git a/bluetooth/Android.mk b/bluetooth/Android.mk deleted file mode 100644 index ab0fd3c..0000000 --- a/bluetooth/Android.mk +++ /dev/null @@ -1,23 +0,0 @@ -# -# Copyright (C) 2017 The Android Open Source Project -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# - -LOCAL_PATH := $(call my-dir) - -include $(CLEAR_VARS) - -LOCAL_MODULE := VtsNbuBluetooth -VTS_CONFIG_SRC_DIR := testcases/nbu/bluetooth --include test/vts/tools/build/Android.host_config.mk diff --git a/bluetooth/AndroidTest.xml b/bluetooth/AndroidTest.xml deleted file mode 100644 index c2925a1..0000000 --- a/bluetooth/AndroidTest.xml +++ /dev/null @@ -1,28 +0,0 @@ - - - - diff --git a/bluetooth/__init__.py b/bluetooth/__init__.py deleted file mode 100644 index e69de29..0000000 -- cgit v1.2.3