From f05f3967f96c1aaf2b3e5cbe494f97c4fb392356 Mon Sep 17 00:00:00 2001 From: Bill Yi Date: Wed, 21 Feb 2018 18:51:46 -0800 Subject: Import translations. DO NOT MERGE Change-Id: Ib3709a0501dd6fd3904f628826ce56afed7c4031 Auto-generated-cl: translation import --- res/values-as/strings.xml | 21 +++++++++++++++++++++ res/values-or/strings.xml | 21 +++++++++++++++++++++ 2 files changed, 42 insertions(+) create mode 100644 res/values-as/strings.xml create mode 100644 res/values-or/strings.xml diff --git a/res/values-as/strings.xml b/res/values-as/strings.xml new file mode 100644 index 0000000..57c38e9 --- /dev/null +++ b/res/values-as/strings.xml @@ -0,0 +1,21 @@ + + + + + "ডে\'ড্ৰিমৰ প্ৰাথমিক সংস্কৰণ" + "ৰং" + diff --git a/res/values-or/strings.xml b/res/values-or/strings.xml new file mode 100644 index 0000000..6dd4b1e --- /dev/null +++ b/res/values-or/strings.xml @@ -0,0 +1,21 @@ + + + + + "ସାଧାରଣ ଡେ-ଡ୍ରିମ୍‌" + "ରଙ୍ଗଗୁଡିକ" + -- cgit v1.2.3 From 0183735bcdce20b953e1ac26ebacd1f8ca586c03 Mon Sep 17 00:00:00 2001 From: Anton Hansson Date: Thu, 22 Feb 2018 18:07:43 +0000 Subject: packages/screensavers/Basic: Set LOCAL_SDK_VERSION where possible. This change sets LOCAL_SDK_VERSION for all packages where this is possible without breaking the build, and LOCAL_PRIVATE_PLATFORM_APIS := true otherwise. Setting one of these two will be made required soon, and this is a change in preparation for that. Not setting LOCAL_SDK_VERSION makes the app implicitly depend on the bootclasspath, which is often not required. This change effectively makes depending on private apis opt-in rather than opt-out. Test: make relevant packages Bug: 73535841 Change-Id: I96dafb07cef56c70f01ced8d5b5b8a71d2773a1f --- Android.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/Android.mk b/Android.mk index aede576..59d54fb 100644 --- a/Android.mk +++ b/Android.mk @@ -7,6 +7,7 @@ LOCAL_MODULE_TAGS := optional LOCAL_SRC_FILES := $(call all-java-files-under, src) LOCAL_PACKAGE_NAME := BasicDreams +LOCAL_PRIVATE_PLATFORM_APIS := true # need tasty bits # LOCAL_CERTIFICATE := platform -- cgit v1.2.3