Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tinyxml2
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CodeLinaro
la
platform
external
tinyxml2
Commits
5bd1afe7
Commit
5bd1afe7
authored
4 years ago
by
Scott Lobdell
Browse files
Options
Downloads
Plain Diff
Merge SP1A.210222.001
Change-Id: I4238d755cd04f41ec63c2919d8d08e7eceebebd6
parents
ef67e284
e41afbc8
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Android.bp
+36
-0
36 additions, 0 deletions
Android.bp
with
36 additions
and
0 deletions
Android.bp
+
36
−
0
View file @
5bd1afe7
package {
default_applicable_licenses: ["external_tinyxml2_license"],
}
license {
name: "external_tinyxml2_license",
visibility: [":__subpackages__"],
license_kinds: [
"SPDX-license-identifier-BSD",
"SPDX-license-identifier-MIT",
"SPDX-license-identifier-Zlib",
"legacy_unencumbered",
],
license_text: [
"LICENSE.txt",
"NOTICE",
],
}
// The jquery stuff in docs/ is a bit ambiguous with its use of and/or when talking about the GPL,
// so let's just make it clear that we don't use any of that stuff anyway...
license {
name: "external_tinyxml2_docs_license",
license_kinds: ["SPDX-license-identifier-GPL"],
license_text: [
"LICENSE.txt",
"NOTICE",
],
}
// ...and prevent anyone from trying to do so:
filegroup {
name: "external_tinyxml2_docs",
srcs: ["docs/**/*"],
visibility: ["//visibility:private"],
}
cc_library {
name: "libtinyxml2",
host_supported: true,
...
...
This diff is collapsed.
Click to expand it.
Manifest Service
@manifest_service
mentioned in commit
f907d6a5
·
3 years ago
mentioned in commit
f907d6a5
mentioned in commit f907d6a50e91ae7963a4f37d78c485620e974ba7
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment