summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2018-02-25 08:23:51 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2018-02-25 08:23:51 +0000
commit08acf74507884045d50a2990c2653232ddb6d8e8 (patch)
tree370072986bf76f0d9cb75c973b87f251d8fe2644
parent16070afdc6760b5d5afd0423613af8c713898043 (diff)
parent72ebbaa60875b0f95bab23ac2cd2f964f20b89bd (diff)
downloadandroid_packages_screensavers_Basic-08acf74507884045d50a2990c2653232ddb6d8e8.tar.gz
android_packages_screensavers_Basic-08acf74507884045d50a2990c2653232ddb6d8e8.tar.bz2
android_packages_screensavers_Basic-08acf74507884045d50a2990c2653232ddb6d8e8.zip
Snap for 4620899 from 72ebbaa60875b0f95bab23ac2cd2f964f20b89bd to pi-release
Change-Id: If6506c1ae4c94d894ecbcfee7c7bf2f35c9004f5
-rw-r--r--Android.mk1
-rw-r--r--res/values-as/strings.xml21
-rw-r--r--res/values-or/strings.xml21
3 files changed, 43 insertions, 0 deletions
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
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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright (C) 2012 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="app_name" msgid="6121278918841215202">"ডে\'ড্ৰিমৰ প্ৰাথমিক সংস্কৰণ"</string>
+ <string name="color_dream_name" msgid="9063813186991472050">"ৰং"</string>
+</resources>
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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright (C) 2012 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="app_name" msgid="6121278918841215202">"ସାଧାରଣ ଡେ-ଡ୍ରିମ୍‌"</string>
+ <string name="color_dream_name" msgid="9063813186991472050">"ରଙ୍ଗଗୁଡିକ"</string>
+</resources>