diff options
author | Tor Lillqvist <tlillqvist@suse.com> | 2011-11-21 16:25:13 +0200 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2011-11-21 18:21:44 +0200 |
commit | 4b294b2c20aa78b2c70cb71d503195eb5479159c (patch) | |
tree | 3efb1c0eeb97bc8b95d80c08e1fd613447273c06 | |
parent | 2a2fbbecc04b1364216a5180f722fb72ed00d42d (diff) |
Add the localedata_en and localedata_others libs
-rw-r--r-- | sal/osl/android/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sal/osl/android/Makefile b/sal/osl/android/Makefile index dd392f5ca9e7..940e100c032d 100644 --- a/sal/osl/android/Makefile +++ b/sal/osl/android/Makefile @@ -65,6 +65,8 @@ ndk-build: icudatalo \ icui18nlo \ icuuclo \ + localedata_en \ + localedata_others \ reg \ store \ ucbhelper4gcc3 \ |