summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-04-08 16:01:46 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-04-08 16:01:46 +0000
commit7b9cfc27a57db0ed22eb8bad047f6795a7e75939 (patch)
tree15ac6f89ad47dc0cbdcf740c91b0c0829d86c137
parent2621790b517af8c064ef6d793346fbdb55afbcbc (diff)
parent439b0fad1d24972948f96f58a8931ebe72d0ab29 (diff)
downloadRxCpp-7b9cfc27a57db0ed22eb8bad047f6795a7e75939.tar.gz
Change-Id: I97da1455479f3082d373276021710451e26016c8
-rw-r--r--Android.bp18
l---------NOTICE1
2 files changed, 1 insertions, 18 deletions
diff --git a/Android.bp b/Android.bp
index 1ba32ca..1e3fdec 100644
--- a/Android.bp
+++ b/Android.bp
@@ -12,23 +12,6 @@
// 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,
@@ -43,7 +26,6 @@ cc_defaults {
],
header_libs: ["librxcpp"],
gtest: false,
- shared_libs: ["liblog"],
}
cc_test {
diff --git a/NOTICE b/NOTICE
new file mode 120000
index 0000000..7a694c9
--- /dev/null
+++ b/NOTICE
@@ -0,0 +1 @@
+LICENSE \ No newline at end of file