summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2021-06-19 12:03:09 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2021-06-19 12:03:09 +0000
commitc854795b5d52d153b12fc84c88d1229c691913d0 (patch)
tree051bad073977aaef75ac75fdc4bcdc6ecb616ce1
parent439b0fad1d24972948f96f58a8931ebe72d0ab29 (diff)
parent5b2db4c7cee2953fc0d8dcd96130397435c83d58 (diff)
downloadRxCpp-android12-mainline-media-swcodec-release.tar.gz
Change-Id: I92d86bb30855280225fa5fa36bb7ae11335d7281
-rw-r--r--Android.bp18
l---------NOTICE1
2 files changed, 18 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 1e3fdec..1ba32ca 100644
--- a/Android.bp
+++ b/Android.bp
@@ -12,6 +12,23 @@
// See the License for the specific language governing permissions and
// limitations under the License.
+package {
+ default_applicable_licenses: ["external_Reactive-Extensions_RxCpp_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+ name: "external_Reactive-Extensions_RxCpp_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-Apache-2.0",
+ ],
+ license_text: [
+ "license.md",
+ ],
+}
+
cc_library_headers {
name: "librxcpp",
host_supported: true,
@@ -26,6 +43,7 @@ cc_defaults {
],
header_libs: ["librxcpp"],
gtest: false,
+ shared_libs: ["liblog"],
}
cc_test {
diff --git a/NOTICE b/NOTICE
deleted file mode 120000
index 7a694c9..0000000
--- a/NOTICE
+++ /dev/null
@@ -1 +0,0 @@
-LICENSE \ No newline at end of file