summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-07-15 01:34:11 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-07-15 01:34:11 +0000
commit0883e63804200f993fb74ea49033ed592450cdcf (patch)
treec19652f571e82fda8df37b011482d499d6fab485
parentb999712946d5141812fa2456e652db6b818d439e (diff)
parente82c025489556c04b84e1b7e5de50bc279bdac84 (diff)
downloadandroidplot-android12-mainline-tethering-release.tar.gz
Change-Id: Icb53f8de06486f40f06dd296f7dee996e9f5a998
-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