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

[Android] Fixed the issue due to which js assets are not bundled in the apk when separate build for different CPU architectures is enabled #8675

Closed
wants to merge 1 commit into from

Conversation

kgritesh
Copy link

This PR tries to fix a minor bug in react.gradle due to which task that bundles JS into the assets folder of the APK is not run when separate build per CPU architecture is enabled and we are using different product flavors.

…cpu architecture is enabled,

`bundleJsAndAssets` task is not run even in release builds.
@ghost
Copy link

ghost commented Jul 10, 2016

By analyzing the blame information on this pull request, we identified @AndrewJack and @philikon to be potential reviewers.

@ghost
Copy link

ghost commented Jul 10, 2016

Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please sign up at https://code.facebook.com/cla - and if you have received this in error or have any questions, please drop us a line at [email protected]. Thanks!

@ghost
Copy link

ghost commented Jul 10, 2016

Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Facebook open source project. Thanks!

@ghost ghost added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Jul 10, 2016
@satya164
Copy link
Contributor

@facebook-github-bot shipit

@satya164
Copy link
Contributor

@grabbou we should cherry-pick this to 0.29 and 0.30

@ghost ghost added GH Review: accepted Import Started This pull request has been imported. This does not imply the PR has been approved. and removed GH Review: review-needed labels Jul 10, 2016
@ghost
Copy link

ghost commented Jul 10, 2016

Thanks for importing. If you are an FB employee go to Phabricator to review.

@ghost ghost closed this in c0316c6 Jul 10, 2016
grabbou pushed a commit that referenced this pull request Jul 13, 2016
…n separate build for different CPU architectures is enabled

Summary:
This PR tries to fix a minor bug in `react.gradle` due to which task that bundles JS into the assets folder of the APK is not run when separate build per CPU architecture is enabled and we are using different product flavors.
Closes #8675

Differential Revision: D3541348

fbshipit-source-id: 4c84f21a06a45046f84bdd8ae5c5d834ec080476
grabbou pushed a commit that referenced this pull request Jul 21, 2016
…n separate build for different CPU architectures is enabled

Summary:
This PR tries to fix a minor bug in `react.gradle` due to which task that bundles JS into the assets folder of the APK is not run when separate build per CPU architecture is enabled and we are using different product flavors.
Closes #8675

Differential Revision: D3541348

fbshipit-source-id: 4c84f21a06a45046f84bdd8ae5c5d834ec080476
samerce pushed a commit to iodine/react-native that referenced this pull request Aug 23, 2016
…n separate build for different CPU architectures is enabled

Summary:
This PR tries to fix a minor bug in `react.gradle` due to which task that bundles JS into the assets folder of the APK is not run when separate build per CPU architecture is enabled and we are using different product flavors.
Closes facebook#8675

Differential Revision: D3541348

fbshipit-source-id: 4c84f21a06a45046f84bdd8ae5c5d834ec080476
mpretty-cyro pushed a commit to HomePass/react-native that referenced this pull request Aug 25, 2016
…n separate build for different CPU architectures is enabled

Summary:
This PR tries to fix a minor bug in `react.gradle` due to which task that bundles JS into the assets folder of the APK is not run when separate build per CPU architecture is enabled and we are using different product flavors.
Closes facebook#8675

Differential Revision: D3541348

fbshipit-source-id: 4c84f21a06a45046f84bdd8ae5c5d834ec080476
tungdo194 pushed a commit to tungdo194/rn-test that referenced this pull request Apr 28, 2024
…n separate build for different CPU architectures is enabled

Summary:
This PR tries to fix a minor bug in `react.gradle` due to which task that bundles JS into the assets folder of the APK is not run when separate build per CPU architecture is enabled and we are using different product flavors.
Closes facebook/react-native#8675

Differential Revision: D3541348

fbshipit-source-id: 4c84f21a06a45046f84bdd8ae5c5d834ec080476
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. Import Started This pull request has been imported. This does not imply the PR has been approved.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants