[go: nahoru, domu]

[automerger skipped] Import translations. DO NOT MERGE ANYWHERE am: d1559e6e76 -s ours

am skip reason: subject contains skip directive

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/opt/chips/+/15751097

Change-Id: I4f24c307ecad490928c3727da8e4a92c113ef9bd
diff --git a/Android.bp b/Android.bp
index afa528c..e0a12cc 100644
--- a/Android.bp
+++ b/Android.bp
@@ -12,6 +12,10 @@
 // See the License for the specific language governing permissions and
 // limitations under the License.
 
+package {
+    default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
 android_library {
     name: "libchips",
     static_libs: [
diff --git a/res/values-te/strings.xml b/res/values-te/strings.xml
index d6ff233..d26d7ec 100644
--- a/res/values-te/strings.xml
+++ b/res/values-te/strings.xml
@@ -25,5 +25,5 @@
     <string name="dropdown_delete_button_desc" msgid="4359394656487762022">"స్వీకర్తల నుండి <xliff:g id="CONTACT">%s</xliff:g>ని తీసివేయండి"</string>
     <string name="chips_action_copy" msgid="6984158516334578792">"కాపీ చేయి"</string>
     <string name="chips_action_cancel" msgid="2582257014578396781">"రద్దు చేయి"</string>
-    <string name="chips_permission_text" msgid="5601284803674008863">"కాంటాక్ట్‌ల సూచనలను అనుమతించండి"</string>
+    <string name="chips_permission_text" msgid="5601284803674008863">"పరిచయాల సూచనలను అనుమతించు"</string>
 </resources>
diff --git a/sample/Android.bp b/sample/Android.bp
index 72da660..8a4e723 100644
--- a/sample/Android.bp
+++ b/sample/Android.bp
@@ -15,6 +15,10 @@
 //#################################################
 // Build APK
 
+package {
+    default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
 android_app {
     name: "libChipsSample",
 
diff --git a/tests/Android.bp b/tests/Android.bp
index cba57fa..ef86046 100644
--- a/tests/Android.bp
+++ b/tests/Android.bp
@@ -12,6 +12,10 @@
 // See the License for the specific language governing permissions and
 // limitations under the License.
 
+package {
+    default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
 android_test {
     name: "libChipsTests",