atsushieno / aap-juce

AAP (Audio Plugins For Android) JUCE integration.
GNU General Public License v3.0
15 stars 1 forks source link

Unify build scripts #4

Closed atsushieno closed 4 years ago

atsushieno commented 4 years ago

One of the reasons why we created this repo is to ease unifying multiple projects, and makes it easy to enable Oboe in JUCE for Android builds.

atsushieno commented 4 years ago

Looks like Oboe can be installed via Maven now. We still need header files though.

atsushieno commented 4 years ago

And we don't even need headers; they are included in the AAR which is now of a new "prefab" structure.

atsushieno commented 4 years ago

JUCE6 seems to have its own Oboe integration, so we'd see how it goes there.

atsushieno commented 4 years ago

Now that we are based on JUCE6, Oboe is enabled by default. Removing from the subject.

atsushieno commented 4 years ago

Actually it is better to deal with unified script at https://github.com/atsushieno/aap-juce/issues/15.