Snap for 7483611 from e82c025489556c04b84e1b7e5de50bc279bdac84 to mainline-neuralnetworks-release

Change-Id: If6213d6547201d452246f80cead98c143d15f464
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 @@
     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