summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2021-06-21 15:02:35 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2021-06-21 15:02:35 +0000
commit28b573e74402d6bfb82c1f40266598d858d96242 (patch)
treec19652f571e82fda8df37b011482d499d6fab485
parentb999712946d5141812fa2456e652db6b818d439e (diff)
parente82c025489556c04b84e1b7e5de50bc279bdac84 (diff)
downloadandroidplot-28b573e74402d6bfb82c1f40266598d858d96242.tar.gz
Change-Id: I1596cc20224424ab7612d6edd99108736bf91cd2
-rw-r--r--Android.bp17
-rw-r--r--Examples/DemoApp/res/values/style.xml2
-rw-r--r--METADATA1
3 files changed, 19 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 4f48ead..8162a50 100644
--- a/Android.bp
+++ b/Android.bp
@@ -14,6 +14,23 @@
// Core androidplot library
+package {
+ default_applicable_licenses: ["external_androidplot_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+ name: "external_androidplot_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-Apache-2.0",
+ ],
+ license_text: [
+ "NOTICE",
+ ],
+}
+
java_library {
name: "androidplot",
sdk_version: "current",
diff --git a/Examples/DemoApp/res/values/style.xml b/Examples/DemoApp/res/values/style.xml
index 188f3a0..4c35081 100644
--- a/Examples/DemoApp/res/values/style.xml
+++ b/Examples/DemoApp/res/values/style.xml
@@ -14,7 +14,7 @@
~ limitations under the License.
-->
-<resources xmlns:android="http://schemas.android.com/apk/lib/com.androidplot.xy">
+<resources xmlns:android="http://schemas.android.com/apk/res/android">
<style name="sample_activity">
<item name="android:layout_width">fill_parent</item>
<item name="android:layout_height">fill_parent</item>
diff --git a/METADATA b/METADATA
index 64175e8..0ff0c57 100644
--- a/METADATA
+++ b/METADATA
@@ -10,6 +10,7 @@ third_party {
value: "https://github.com/halfhp/androidplot/archive/0.6.0.zip"
}
version: "0.6.0"
+ license_type: NOTICE
last_upgrade_date {
year: 2014
month: 2