diff options
author | Tor Lillqvist <tml@iki.fi> | 2012-08-08 12:32:38 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2012-08-08 12:40:25 +0300 |
commit | f90a873c9c4b6ff73c35dccb5f130cb1c9c95725 (patch) | |
tree | 6b57d59b88d6a47f28f06ac5069138f64506bc09 /android | |
parent | 934e051b16349a1ab6d2bdd9f03e60aaafcb2ec8 (diff) |
Bin accidental duplicate library reference
Change-Id: I5bd94b85ced0c675f4de270205c696292ac71062
Diffstat (limited to 'android')
-rw-r--r-- | android/experimental/LibreOffice4Android/project.properties | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/android/experimental/LibreOffice4Android/project.properties b/android/experimental/LibreOffice4Android/project.properties index 84e99a75ff56..fc22b7fae5f0 100644 --- a/android/experimental/LibreOffice4Android/project.properties +++ b/android/experimental/LibreOffice4Android/project.properties @@ -12,5 +12,6 @@ target=android-14 # Use the Bootstrap class android.library.reference.1=../../Bootstrap + +# Use the ActionBarSherlock library (Apache licensed) android.library.reference.2=../../abs-lib -android.library.reference.3=../../abs-lib |