diff options
author | Neil Fuller <nfuller@google.com> | 2015-03-13 14:31:20 +0000 |
---|---|---|
committer | Neil Fuller <nfuller@google.com> | 2015-03-31 09:28:06 +0100 |
commit | 91c98d778c80e53a7f458264233375f982dcae14 (patch) | |
tree | 6d048b60f46c805e8a701e3af9798a4b1850a0c5 /tzdata/update_test_app/res/xml/filepaths.xml | |
parent | 1e342670cc46445bd51d53f7a28f95d1eb879c9f (diff) | |
download | libcore-91c98d778c80e53a7f458264233375f982dcae14.zip libcore-91c98d778c80e53a7f458264233375f982dcae14.tar.gz libcore-91c98d778c80e53a7f458264233375f982dcae14.tar.bz2 |
Timezone data installer code
The code here is used by the system server to install timezone data updates.
It is separate so it can be tested.
Scripts are included that build an "update bundle" (a zip file with a
well-defined contents).
ConfigBundle contains logic to extract the bundle safely.
TzDataBundleBuilder is used in the test and tools to construct a bundle.
The scripts in tools is a placeholder and will evolve.
bionic/libc/tools/zoneinfo tools will likely move there so they can be
integrated more closely.
An app is included for testing updates.
Bug: 19941636
Change-Id: Id0985f8c5be2f12858ee8bf52acf52bdb2df8741
Diffstat (limited to 'tzdata/update_test_app/res/xml/filepaths.xml')
-rw-r--r-- | tzdata/update_test_app/res/xml/filepaths.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tzdata/update_test_app/res/xml/filepaths.xml b/tzdata/update_test_app/res/xml/filepaths.xml new file mode 100644 index 0000000..c95b8f4 --- /dev/null +++ b/tzdata/update_test_app/res/xml/filepaths.xml @@ -0,0 +1,4 @@ +<!-- Used by FileProvider. See AndroidManifest.xml --> +<paths> + <files-path path="temp/" name="temp" /> +</paths> |