aboutsummaryrefslogtreecommitdiff
path: root/build/tests_bp2build
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2022-09-15 05:54:52 -0700
committerBob Badour <bbadour@google.com>2022-09-15 05:54:52 -0700
commit3e0e5ef4432d3b7382dc9cd5ef001061ed056cdf (patch)
treecbf1b5d65323f1b6e45b393d491c61bcf7fcfbec /build/tests_bp2build
parente5d36901c130f344ebef473be1c07c0ded13eb83 (diff)
downloadaidl-3e0e5ef4432d3b7382dc9cd5ef001061ed056cdf.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to system/tools/aidl
Added SPDX-license-identifier-Apache-2.0 to: build/tests_bp2build/Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Change-Id: I6009ba4da992d32cb243db822a4dde0ffa960fc2
Diffstat (limited to 'build/tests_bp2build')
-rw-r--r--build/tests_bp2build/Android.bp9
1 files changed, 9 insertions, 0 deletions
diff --git a/build/tests_bp2build/Android.bp b/build/tests_bp2build/Android.bp
index 69555569..c9875d85 100644
--- a/build/tests_bp2build/Android.bp
+++ b/build/tests_bp2build/Android.bp
@@ -12,6 +12,15 @@
// See the License for the specific language governing permissions and
// limitations under the License.
+package {
+ // See: http://go/android-license-faq
+ // A large-scale-change added 'default_applicable_licenses' to import
+ // all of the 'license_kinds' from "system_tools_aidl_license"
+ // to get the below license kinds:
+ // SPDX-license-identifier-Apache-2.0
+ default_applicable_licenses: ["system_tools_aidl_license"],
+}
+
aidl_interface {
name: "example-dep-aidl-interfaces",
local_include_dir: "src",