summaryrefslogtreecommitdiff
path: root/METADATA
diff options
context:
space:
mode:
authorIgor Murashkin <iam@google.com>2018-03-26 14:16:57 -0700
committerIgor Murashkin <iam@google.com>2018-08-09 16:20:27 -0700
commit1cbf73c952e600708b5c3c84ce3f45447ecd9adc (patch)
treea0b81cf10c973ca175ece7c4d02bde5d5c908429 /METADATA
parentef3b4d50442673ca87176d9e7b02c046c0cbdd50 (diff)
parentb84db4278e54e722fbbae794f573d1142261e9a3 (diff)
downloadRxCpp-1cbf73c952e600708b5c3c84ce3f45447ecd9adc.tar.gz
android: Import RxCpp from upstream
Add required metadata files for AOSP usage. Removed .gitmodules for catch2 (see external/catch2). Merge remote-tracking branch 'aosp/upstream-master' into master Change-Id: Ic0d4e31dfb6d55c82f181993c66831c93dbb381f
Diffstat (limited to 'METADATA')
-rw-r--r--METADATA18
1 files changed, 18 insertions, 0 deletions
diff --git a/METADATA b/METADATA
new file mode 100644
index 0000000..7823817
--- /dev/null
+++ b/METADATA
@@ -0,0 +1,18 @@
+name: "RxCpp"
+description:
+ "The Reactive Extensions for C++ (RxCpp) is a library of algorithms for "
+ "values-distributed-in-time."
+
+third_party {
+ url {
+ type: HOMEPAGE
+ value: "https://github.com/Reactive-Extensions/RxCpp/"
+ }
+ url {
+ type: GIT
+ value: "https://github.com/Reactive-Extensions/RxCpp.git"
+ }
+ version: "b84db4278e54e722fbbae794f573d1142261e9a3"
+ last_upgrade_date { year: 2018 month: 1 day: 30 }
+ license_type: NOTICE
+}