Merge: Clean up Android and Linux app.nit libraries
authorJean Privat <jean@pryen.org>
Mon, 11 May 2015 23:22:48 +0000 (19:22 -0400)
committerJean Privat <jean@pryen.org>
Mon, 11 May 2015 23:22:48 +0000 (19:22 -0400)
commit80f4c6114b5d12bef0b49c9a613b0798ed3da402
treeb633cb20300858bc2435d7d1a543684f631dea30
parent688ae37a3ffa806c7a5934c4c81fa45a43e580cd
parentb523f9c3742851487f7df13f653fee28228234c7
Merge: Clean up Android and Linux app.nit libraries

The prefix in `linux_data_store` and `android_data_store` is no longer needed.

Importing only `dalvik` from an Android module makes it compatible with both implementations: the newer nit_activity and the older native_app_glue still used by games.

Pull-Request: #1325
Reviewed-by: Jean Privat <jean@pryen.org>
Reviewed-by: Romain Chanoir <chanoir.romain@courrier.uqam.ca>