diff options
| author | Sasha Smundak <asmundak@google.com> | 2019-02-25 23:24:29 -0800 |
|---|---|---|
| committer | android-build-merger <android-build-merger@google.com> | 2019-02-25 23:24:29 -0800 |
| commit | 0712e2a442364af77a0b1dda0adf922d1d1447bc (patch) | |
| tree | d35655099e5c55d37310e55670d14ed614890f72 | |
| parent | 555ccc811456ada377e3820cadaf981b09f5a9c0 (diff) | |
| parent | e39a97355abe5eee16af43ed20c6fc436244542f (diff) | |
| download | platform_test_vts-testcase_nbu-android10-tests-dev.tar.gz platform_test_vts-testcase_nbu-android10-tests-dev.tar.bz2 platform_test_vts-testcase_nbu-android10-tests-dev.zip | |
Convert Android.mk file to Android.bp am: aad9132a0c am: 09b17282edHEADandroid-vts-11.0_r1android-vts-10.0_r5android-vts-10.0_r4android-vts-10.0_r3android-vts-10.0_r2android-r-preview-4android-r-preview-3android-r-preview-2android-r-preview-1android-r-beta-3android-r-beta-2android-mainline-11.0.0_r1android-mainline-10.0.0_r9android-mainline-10.0.0_r8android-mainline-10.0.0_r7android-mainline-10.0.0_r6android-mainline-10.0.0_r5android-mainline-10.0.0_r4android-mainline-10.0.0_r11android-mainline-10.0.0_r10android-cts-11.0_r1android-cts-10.0_r5android-cts-10.0_r4android-cts-10.0_r3android-cts-10.0_r2android-11.0.0_r3android-11.0.0_r2android-11.0.0_r17android-11.0.0_r1android-10.0.0_r9android-10.0.0_r8android-10.0.0_r7android-10.0.0_r45android-10.0.0_r44android-10.0.0_r43android-10.0.0_r42android-10.0.0_r41android-10.0.0_r40android-10.0.0_r39android-10.0.0_r38android-10.0.0_r37android-10.0.0_r36android-10.0.0_r35android-10.0.0_r34android-10.0.0_r33android-10.0.0_r32android-10.0.0_r31android-10.0.0_r30android-10.0.0_r29android-10.0.0_r28android-10.0.0_r27android-10.0.0_r26android-10.0.0_r25android-10.0.0_r24android-10.0.0_r23android-10.0.0_r22android-10.0.0_r21android-10.0.0_r20android-10.0.0_r19android-10.0.0_r18android-10.0.0_r16android-10.0.0_r15android-10.0.0_r14android-10.0.0_r13android-10.0.0_r12ndk-sysroot-r21masterandroid11-tests-releaseandroid11-tests-devandroid11-releaseandroid11-mainline-releaseandroid11-gsiandroid11-devandroid10-tests-releaseandroid10-tests-devandroid10-qpr3-s1-releaseandroid10-qpr3-releaseandroid10-qpr2-s4-releaseandroid10-qpr2-s3-releaseandroid10-qpr2-s2-releaseandroid10-qpr2-s1-releaseandroid10-qpr2-releaseandroid10-qpr1-releaseandroid10-qpr1-mainline-releaseandroid10-qpr1-d-releaseandroid10-qpr1-c-s1-releaseandroid10-qpr1-c-releaseandroid10-qpr1-b-s1-releaseandroid10-qpr1-b-releaseandroid10-mainline-tzdata-releaseandroid10-mainline-resolv-releaseandroid10-mainline-networking-releaseandroid10-mainline-media-releaseandroid10-devandroid10-d4-s1-releaseandroid10-d4-releaseandroid10-c2f2-s2-releaseandroid10-c2f2-s1-releaseandroid10-c2f2-release
am: e39a97355a
Change-Id: I1989a705639be946f6f5752756d8c7ee656c31ed
| -rw-r--r-- | Android.bp | 19 | ||||
| -rw-r--r-- | Android.mk | 22 |
2 files changed, 19 insertions, 22 deletions
diff --git a/Android.bp b/Android.bp new file mode 100644 index 0000000..fbe1d05 --- /dev/null +++ b/Android.bp @@ -0,0 +1,19 @@ +// +// 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. +// + +vts_config { + name: "VtsNbu", +} diff --git a/Android.mk b/Android.mk deleted file mode 100644 index 0ae8ce7..0000000 --- a/Android.mk +++ /dev/null @@ -1,22 +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 := VtsNbu --include test/vts/tools/build/Android.host_config.mk |
