Skip to content

Commit

Permalink
Port libtestUtil to use Android.bp
Browse files Browse the repository at this point in the history
Test: make
Bug: 29940137
Change-Id: I24299722722e6fe0e5e1c81e9e0d9d3631e29984
  • Loading branch information
courtney-g committed May 8, 2017
1 parent 0340314 commit 944e78c
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 45 deletions.
3 changes: 3 additions & 0 deletions tests/Android.bp
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
subdirs = [
"lib",
]
1 change: 1 addition & 0 deletions tests/lib/Android.bp
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
subdirs = [ "*" ]
18 changes: 0 additions & 18 deletions tests/lib/Android.mk

This file was deleted.

25 changes: 25 additions & 0 deletions tests/lib/testUtil/Android.bp
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
//
// Copyright (C) 2010 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.
//

cc_library_static {
name: "libtestUtil",
srcs: ["testUtil.c"],
export_include_dirs: ["include"],
shared_libs: [
"libcutils",
"libutils",
],
}
27 changes: 0 additions & 27 deletions tests/lib/testUtil/Android.mk

This file was deleted.

File renamed without changes.

0 comments on commit 944e78c

Please sign in to comment.