jberkel / android-plugin

An sbt plugin for Android development in Scala
https://groups.google.com/forum/#!forum/scala-on-android
Other
476 stars 113 forks source link

Include the preprocessed framework aidl code #120

Closed groves closed 12 years ago

groves commented 12 years ago

Android platforms include some preprocessed aidl code in

/framework.aidl. This code is needed for using built-in stuff in aidl files, like in talking to the in-app billing system as described in http://developer.android.com/guide/market/billing/billing_integrate.html.