-
Notifications
You must be signed in to change notification settings - Fork 24.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add workaround for Android Gradle Plugin 3.2 change to asset dir (#21409
) Summary: Android Gradle Plugin 3.2 uses a new intermediates/merged_assets directory instead of intermediates/assets. This workaround copies the javascript bundle to both directories for compatibility purposes. Fixes #21132 Fixes #18357 Pull Request resolved: #21409 Differential Revision: D10141860 Pulled By: hramos fbshipit-source-id: 0fb20fcec67ec2bfd7a8d9052599bbc70464b466
- Loading branch information
1 parent
8a49750
commit ff084a4
Showing
1 changed file
with
14 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I believe that this should be "merged_assets/${targetName}/merge${targetName}Assets/out", as targetPath produces a second folder (e.g. for variant devRelease, you'd have devRelease and dev/release). While I think that it's more consistent to be dev/release, gradle creates it as devRelease for the other assets like fonts and such.