Skip to content

Commit

Permalink
Remove ndk.moduleName from build.gradle
Browse files Browse the repository at this point in the history
Summary:
This diff removes the ndk.moduleName configuration from build.gradle. This seems to be unnecessary

The motivation is to reduce confusion and extra configuration that is not being used by the build system

changelog: [internal] internal change to cleanup ndk configuration in gradle

Reviewed By: fkgozali

Differential Revision: D23068404

fbshipit-source-id: 07bb68906286531efaa9dc0036704c4b3ee1faf5
  • Loading branch information
mdvacca authored and facebook-github-bot committed Aug 12, 2020
1 parent 22c1032 commit 79f305e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ReactAndroid/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -390,10 +390,6 @@ android {

consumerProguardFiles("proguard-rules.pro")

ndk {
moduleName("reactnativejni")
}

buildConfigField("boolean", "IS_INTERNAL_BUILD", "false")
buildConfigField("int", "EXOPACKAGE_FLAGS", "0")

Expand Down

0 comments on commit 79f305e

Please sign in to comment.