summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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