Colin Cross
272bae01a7
Merge "Convert more of frameworks/base/packages to Android.bp" into stage-aosp-master am: ba9073a6a8 am: 97c07ce018 am: 7d089ac5ae
...
am: aa98bac24b
Change-Id: Iefbb6eeb03d46753bfc1c2ac4ca793788a4ed7fa
2019-07-29 20:37:59 -07:00
Colin Cross
20bc2bf3f6
Convert more of frameworks/base/packages to Android.bp
...
See build/soong/README.md for more information.
Bug: 122332340
Test: m DynamicSystemInstallationService InputDevices MtpDocumentsProvider SimAppDialog
Change-Id: I851b819030a1da6091f5d6125a228bb01a99011b
2019-07-24 16:06:52 -07:00
Bill Yi
c15aa1c2f2
Import translations. DO NOT MERGE
...
Change-Id: Ia266cec8782da295992ad4baa85d1893f760a4b9
Auto-generated-cl: translation import
2019-06-29 10:25:19 -07:00
Bill Yi
ed8aef14a7
Import translations. DO NOT MERGE
...
Change-Id: I352b5beb95cabcb9acc8a0842258c406257d6948
Auto-generated-cl: translation import
2019-04-19 19:48:36 -07:00
Bill Yi
10d3187754
Import translations. DO NOT MERGE
...
Change-Id: Iaac842a1e6ac69e885b14a7d9b6b18b74bbf93cc
Auto-generated-cl: translation import
2019-02-02 08:35:07 -08:00
Bill Yi
c708e86d48
Import translations. DO NOT MERGE
...
Change-Id: I122f366d1883530e9b536d378ae7aa8fd9bed7c9
Auto-generated-cl: translation import
2018-12-05 23:47:26 -08:00
Bill Yi
38e0cc8b01
Import translations. DO NOT MERGE
...
Change-Id: I211287344669b5d8c65cfb8491754c276d713c36
Auto-generated-cl: translation import
2018-08-26 01:58:02 -07:00
Bill Yi
1d4e791c6b
Import translations. DO NOT MERGE
...
Change-Id: I52888e0789e57804c8b6da627d0ec744a8ba0190
Auto-generated-cl: translation import
2018-06-27 01:29:13 -07:00
Siarhei Vishniakou
4be6aaf084
Suppress InputDevices validation logs
...
When the .kcm files are getting validated, there is logspam in the build
output, produced even when there aren't any errors. Add the "-q" option
to validate command to quiet these logs.
Test: $ rm -rf out/target/common/obj/ETC/validate_input_devices_keymaps_intermediates/
$ m. Note: just doing "m sync" or "m InputDevices" is not sufficient to
test this.
Bug: 35672363
Change-Id: Ib0213de7ee0fe965f1a202afdb718a2221017e06
2018-05-11 10:20:05 -07:00
Bill Yi
9019934a86
Import translations. DO NOT MERGE
...
Change-Id: I038854548e14229b6cc430cebae4e51d18e338ae
Auto-generated-cl: translation import
2018-05-08 01:57:46 -07:00
Bill Yi
1538ca18e2
Import translations. DO NOT MERGE
...
Change-Id: I9b2c8012cfed7d472e6ea46ef8e781d64036d7b0
Auto-generated-cl: translation import
2018-05-02 08:47:15 -07:00
Bill Yi
59ffbb3fde
Import translations. DO NOT MERGE
...
Change-Id: I7a3f873f33c864e2864f71de2e549bdd54ad7b7b
Auto-generated-cl: translation import
2018-04-15 18:26:46 -07:00
Bill Yi
04f40c9c08
Import translations. DO NOT MERGE
...
Change-Id: Icb8217740ded116a9ffef5182b30c5a8df68e0af
Auto-generated-cl: translation import
2018-04-12 01:29:32 -07:00
Siarhei Vishniakou
c93c1bd98f
Merge "Add Polish keycharactermap" am: 3b5016598d am: f9d6ac81a4
...
am: 9c6707de0c
Change-Id: If08b1380f27c0126bb110d78609eef181b5dfd0c
2018-04-04 17:38:33 -07:00
Siarhei Vishniakou
9c6707de0c
Merge "Add Polish keycharactermap" am: 3b5016598d
...
am: f9d6ac81a4
Change-Id: If8bd6fa07b8b7bef2e97541a9a41ff9269fd649f
2018-04-04 17:09:17 -07:00
Bill Yi
5d72323332
Import translations. DO NOT MERGE
...
Change-Id: I9c36f00777cca28f0cd96b5f7e5b0ee6fbfa0b14
Auto-generated-cl: translation import
2018-04-04 06:05:51 -07:00
Bill Yi
f8d0ed059b
Import translations. DO NOT MERGE
...
Change-Id: I1951d2823cac4980882a64657c3ca6e4425e61cb
Auto-generated-cl: translation import
2018-03-16 21:50:55 -07:00
Siarhei Vishniakou
33a465d81d
Add Polish keycharactermap
...
Add Polish .kcm layout file. This will be used for connecting a physical
keyboard for Android and typing in Polish.
Bug: 13938356
Test: connect a keyboard to Pixel phone via OTG connector. Open Google
search and select "Polish" keyboard layout, type with keyboard.
Change-Id: I74bfc2bba7ca8b82b0de0202dbfc05d935b27c38
Signed-off-by: Siarhei Vishniakou <svv@google.com >
2018-03-15 11:37:03 -07:00
Anton Hansson
a3e79fbb8c
frameworks/base: 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: Ibcffec873a693d1c792ca210fb597d2bf37e9068
Merged-In: I4233b9091d9066c4fa69f3d24aaf367ea500f760
2018-02-28 17:15:21 +00:00
Anton Hansson
ab6ec61251
frameworks/base: 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: I4233b9091d9066c4fa69f3d24aaf367ea500f760
2018-02-28 15:13:23 +00:00
Bill Yi
4a441906c7
Import translations. DO NOT MERGE
...
Change-Id: Ia2ad0a44ff77fe8a5d16729e624d1d6d0112a1b0
Auto-generated-cl: translation import
2018-02-22 02:39:48 -08:00
Bill Yi
bba0143915
Import translations. DO NOT MERGE
...
Change-Id: Ibc676d8c81624d866f00685bf1b1e3cdf1c69a4c
Auto-generated-cl: translation import
2018-01-10 15:52:38 -08:00
Bill Yi
04e58ab069
Import translations. DO NOT MERGE
...
Change-Id: I74e2abd1288eb7ae69b5832f5450fbb71980ddef
Auto-generated-cl: translation import
2017-12-18 17:05:03 -08:00
Bill Yi
774d490ca7
Import translations. DO NOT MERGE
...
Change-Id: I6ce4aee4eb3b902515f25cc0b061768479a64875
Auto-generated-cl: translation import
2017-12-12 22:48:35 -08:00
Adil Aliyev
b5ef0749f6
Merge "Add Azerbaijani keyboard layout" am: 12fc68681b am: f189fbc969
...
am: 3ce32d174e
Change-Id: I5445b79e6a089c8c62d19937333d028e58e03ef1
2017-12-08 20:34:14 +00:00
Adil Aliyev
3ce32d174e
Merge "Add Azerbaijani keyboard layout" am: 12fc68681b
...
am: f189fbc969
Change-Id: I554f281025231a0de61abc1ff3224573b55e29cc
2017-12-08 20:20:35 +00:00
Adil Aliyev
10df49258c
Add Azerbaijani keyboard layout
...
KCM for Azerbaijani keyboard is added.
Change-Id: I6190607b4319a98f41d776b476b68e08ce4b07a2
Signed-off-by: Adil Aliyev <adilaliev@gmail.com >
2017-12-09 01:56:05 +09:00
Bill Yi
712e27bda4
Import translations. DO NOT MERGE
...
Change-Id: I34dc5c75711cb291d0025aaaa145d816e72a2863
Auto-generated-cl: translation import
2017-12-07 18:19:13 -08:00
Bill Yi
6acf9d3ab9
Import translations. DO NOT MERGE
...
Auto-generated-cl: translation import
Bug: 69925163
Change-Id: I648ee3247fda8398c0ca6d6f4a46a11934966d0f
2017-11-29 22:34:30 -08:00
Xin Li
220871a697
Merge commit '98e12851336b7db16e583f9afac63ecc97465980' from
...
oc-mr1-dev-plus-aosp-without-vendor into stage-aosp-master.
Change-Id: Ia7b8da4a00d215160e4a4fa40f6044208d1297b7
Merged-In: I19846d2a3ee27aecbae2367a74ee49082eea154d
2017-11-14 12:31:11 -08:00
Bill Yi
cdf13713d2
Import translations. DO NOT MERGE
...
Auto-generated-cl: translation import
Exempt-From-Owner-Approval: translation import
Bug: 68003463
Change-Id: I3e2f98b1332d9af6f2920163f0ac1e23a660ae5a
2017-10-19 20:52:24 -07:00
Bill Yi
da67400c72
Import translations. DO NOT MERGE
...
Change-Id: I08b3fd9fafe7068316955313026f410aae3faa65
Auto-generated-cl: translation import
Exempt-From-Owner-Approval: translation import
2017-09-28 02:13:42 -07:00
Bill Yi
5c6e586f38
Import translations. DO NOT MERGE
...
Change-Id: Ie06046709594b1da9f21bb5d4734f0a3842325cc
Auto-generated-cl: translation import
Exempt-From-Owner-Approval: translation import
2017-09-18 05:43:52 -07:00
Bill Yi
5e9adf716e
Import translations. DO NOT MERGE
...
Change-Id: I9c578a6eb24a8116194f1d008fd46a923bbe83bc
Auto-generated-cl: translation import
Exempt-From-Owner-Approval: translation import
2017-08-24 05:03:14 -07:00
Michael Wright
1c03858ab4
Merge "Merge "Add Persian keyboard layout to default layouts" into oc-mr1-dev am: 6033ab604f" into oc-mr1-dev-plus-aosp
...
am: e089cf9a11
Change-Id: I4ef4c8c3722aca8b89d256a4996ef877536664a4
2017-08-17 05:43:58 +00:00
Michael Wright
cc1bb5306c
Merge "Add Persian keyboard layout to default layouts" into oc-mr1-dev
...
am: 6033ab604f
Change-Id: Iaeceffc39a96bd499f807bb32747b7865c95be3a
2017-08-17 02:05:25 +00:00
Michael Wright
cb4b5598be
Add Persian keyboard layout to default layouts
...
Change-Id: Id834e944ab17411b3e8de1b807713a425432c187
Fixes: 64753680
Test: manual
2017-08-16 17:53:42 +01:00
Bill Yi
9d3e408b92
Import translations. DO NOT MERGE
...
Auto-generated-cl: translation import
Exempt-From-Owner-Approval: translation import
Bug: 64712476
Change-Id: Ibcd651f5774663cee19cecc6da52264a0cd5d6a7
2017-08-15 14:47:57 -07:00
Bill Yi
36314a6c48
Import translations. DO NOT MERGE
...
Change-Id: I7073a285ddbaa938a646e63fcf5e3f00e380f97a
Auto-generated-cl: translation import
Exempt-From-Owner-Approval: translation import
2017-08-11 21:22:04 -07:00
Bill Yi
16140599f2
Import translations. DO NOT MERGE
...
Change-Id: I962af978bb234c98434ec32b7cca97bdedb2e7f4
Auto-generated-cl: translation import
Exempt-From-Owner-Approval: translation import
2017-08-06 01:30:50 -07:00
Bill Yi
eb5023c042
Import translations. DO NOT MERGE
...
Change-Id: I76bb8e2fed568a66c30becf53b570a0862b04896
Auto-generated-cl: translation import
2017-06-22 21:17:01 -07:00
Bill Yi
69630c83ce
Import translations. DO NOT MERGE
...
Change-Id: Ic951e78cfac26124380b9c9b1d1bf6a2fd88a289
Auto-generated-cl: translation import
2017-06-21 10:27:12 -07:00
Roozbeh Pournader
b84a505b62
Rename language+country resources to just language
...
Bug: 26496609
Test: none
Change-Id: I40b99a8728f1f324f4c1f8066a61c3d5f92b1ac6
2017-01-10 23:51:26 -08:00
Bill Yi
73c76b0920
Revert "Import translations. DO NOT MERGE"
...
This reverts commit 909eeb6572 .
Change-Id: Ib2dd031dc5d195edb1fc6675ee4c6f3597db61f9
2016-12-05 18:56:56 +00:00
Bill Yi
909eeb6572
Import translations. DO NOT MERGE
...
Change-Id: I78f9033e232a205c6ba9b40ffa6c7a445bb8e044
Auto-generated-cl: translation import
2016-12-02 20:45:23 -08:00
Bill Yi
bd27b1ad52
Import translations. DO NOT MERGE
...
Change-Id: I21d05ea37d15e191cb372eae3dfc4fdda669e70c
Auto-generated-cl: translation import
2016-06-06 13:55:54 -07:00
Bill Yi
ceaa6d1783
Import translations. DO NOT MERGE
...
Change-Id: I58166ab4355bc9fe7588b42bc0ac03792eb765da
Auto-generated-cl: translation import
2016-05-22 23:45:18 -07:00
Baligh Uddin
20a063ebcb
Import translations. DO NOT MERGE
...
Change-Id: Id2b343a7eadd8b8d79728b87967b80cc5fc39061
Auto-generated-cl: translation import
2016-05-16 13:00:38 -07:00
Bill Yi
78902e68f0
Import translations. DO NOT MERGE
...
Change-Id: If5013cdb5d19da9999bbee32e54a7f0cfc538fa4
Auto-generated-cl: translation import
2016-04-27 03:55:59 -07:00
Bill Yi
ddac00bb4f
Import translations. DO NOT MERGE
...
Change-Id: I84333e772b954985e8bbf9ee311929fbf7298c1e
Auto-generated-cl: translation import
2016-04-09 02:40:27 -07:00