diff options
author | Tomaž Vajngerl <tomaz.vajngerl@collabora.co.uk> | 2015-03-09 18:16:49 +0900 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-03-16 09:37:58 +0100 |
commit | bdd8a68c7b1bfd78915d222d113709fd468903ec (patch) | |
tree | b72e1b7a66a4152c966f97229ee8fe8476b4fd14 /android/.gitignore | |
parent | 80c90f518c2ef0e4a17af6727d9c22bcf20b3b09 (diff) |
android: make & build appcompat-v7 library, up target to v21
Previously we included the android support library v4 for some
GUI elements like GridView. This commit in addition adds the v7
appcompat library which is needed for the new Lollipop style
Toolbar and many other new GUI elements.
The appcompat v7 library is not distributed as only a jar file
but needs to be build (as it includes additional resources) and
included as a library project. So to do this the content is copied
from SDK and build with the build system. The files also include
the v4 so it doesn't need to be copied from SDK anymore.
The target had to be raised to v21 (Lollipop), however the minimum
SDK version remains unchanged.
Change-Id: I4f1a6ce69e7f6c3f9df784a6835f376a01d4dfdb
Diffstat (limited to 'android/.gitignore')
-rw-r--r-- | android/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/android/.gitignore b/android/.gitignore index dca2c57fff27..0f7e91bcc642 100644 --- a/android/.gitignore +++ b/android/.gitignore @@ -5,3 +5,4 @@ libs obj local.properties native-code.cxx +AppCompat-v7 |