From 5d278fdc0aca6e137221b44e66305d6747b8b9c7 Mon Sep 17 00:00:00 2001 From: Igor Murashkin Date: Tue, 14 Aug 2018 12:48:35 -0700 Subject: android: Add build `py-funcsigs` and unit tests Needed as a dependency for pytest. Bug: 112283442 --- funcsigs/Android.bp | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 funcsigs/Android.bp (limited to 'funcsigs') diff --git a/funcsigs/Android.bp b/funcsigs/Android.bp new file mode 100644 index 0000000..acee033 --- /dev/null +++ b/funcsigs/Android.bp @@ -0,0 +1,30 @@ +// Copyright 2018 Google Inc. All rights reserved. +// +// 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. + +python_library { + name: "py-funcsigs", + host_supported: true, + srcs: [ + "*.py", + ], + version: { + py2: { + enabled: true, + }, + py3: { + enabled: true, + }, + }, + pkg_path: "funcsigs", +} -- cgit v1.2.3