Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Respect cpu_filters when building android_bundle
Summary: - The config option ndk.cpu_abis is respected for `android_binary` but not for `android_bundle` rules. - See, for example, [this](https://www.internalfb.com/sandcastle/workflow/108086391073577717) job. Even though the [command](https://www.internalfb.com/buck2/0847e062-dc3e-4765-beae-21f078a348ea) specifies `"ndk.cpu_abis=x86_64,arm64"` the result `.aab` file contains native libraries for all archs. - Fixing it makes CI use less resources and also unblocks [Superpack Refactor](https://docs.google.com/document/d/1qvzjet6INgQ0MOLQ51mtBOtqVika5gwBrrt1pM18FFo/edit#heading=h.hl2mvf2l7sum) effort for WAAndroid Reviewed By: IanChilds Differential Revision: D63561933 fbshipit-source-id: 18c59a396343a0b3f4a06916ca91dddc6eb88c84
- Loading branch information