X-Git-Url: http://nitlanguage.org diff --git a/lib/android/platform.nit b/lib/android/platform.nit index 7c15af5..2f44028 100644 --- a/lib/android/platform.nit +++ b/lib/android/platform.nit @@ -14,16 +14,8 @@ # See the License for the specific language governing permissions and # limitations under the License. -module platform is - platform("android") - new_annotation java_package - new_annotation min_api_version - new_annotation max_api_version - new_annotation target_api_version - new_annotation android_manifest - new_annotation android_manifest_application - new_annotation android_manifest_activity -end +# Triggers compilation for the android platform +module platform is platform "android" import java import app