Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exclude Mirah source files from mixed-source projects during build process #50

Open
AtomicPair opened this issue Jan 1, 2014 · 1 comment
Assignees
Milestone

Comments

@AtomicPair
Copy link
Contributor

(Forked from #15 into separate issue.)

Problem

Since Pindah expects Mirah source files to reside alongside Java source files in the same directory, Android will package any non-Java source files from that directory into the final APK package during the build process.

Solution

Utilize the ANDROID_AAPT_IGNORE build flag to programmatically exclude the desired Mirah source files during the build process.

https://android.googlesource.com/platform/frameworks/base/+/90897ed87bce639bf6bb2ccf15fbabb59b131bab

@ghost ghost assigned AtomicPair Jan 1, 2014
@Toni-zgz
Copy link

Toni-zgz commented Jun 4, 2020

This is a Mirah problem, not Pindah's.

I'd close it and open it in the Mirah project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants