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

Support Asset folder overrides for preprocessing on Android #3

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

Braymatter
Copy link

Adds an 'assets-folder' field to the manifest to work with asset-preprocessing - contains latest changes from xbuild base repo as well

Note: Also need to configure the asset plugin to look in 'assets' for preprocessed assets
image

And add the 'Default' sub dir in the manifest asset_folder path:

image

MarijnS95 and others added 5 commits October 10, 2023 14:48
…mobile#135)

The positional `FILTER` argument to `pm list package` works as a
substring match: if you have a package named `foo.bar.baz` and
`foo.bar.baz_debug` for example, and try to run `foo.bar.baz`, both
packages will be returned, the `_debug`-suffixed one likely first,
and the wrong UID ends up being used as `logcat` filter.

To counter that we could use the very slow and extremely verbose
(thousands of lines) `pm dump PACKAGE`, _or_ look for the right explicit
text match in the line-based `package:foo.bar.baz uid:1234` output from
`pm list package`: the latter approach is chosen here.
* Initial support for x86_64-linux-android targets.

* Improve target selection for clang link phase.

* Only add clang target if it differs from the host.
feature: Added asset directory to manifest to allow for asset-preprocessign
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants