mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-05-16 10:39:50 +08:00
Fix build break of react native exopackage apps
Reviewed By: lexs Differential Revision: D3229733 fb-gh-sync-id: e74a2d4fbbdf019f898f87a05bdbd31b4e233463 fbshipit-source-id: e74a2d4fbbdf019f898f87a05bdbd31b4e233463
This commit is contained in:
committed by
Facebook Github Bot 6
parent
50d8d46733
commit
6a2603745e
@@ -229,6 +229,7 @@ android {
|
||||
}
|
||||
|
||||
buildConfigField 'boolean', 'IS_INTERNAL_BUILD', 'false'
|
||||
buildConfigField 'int', 'EXOPACKAGE_FLAGS', '0'
|
||||
testApplicationId "com.facebook.react.tests.gradle"
|
||||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
|
||||
@@ -21,4 +21,5 @@ public class ReactBuildConfig {
|
||||
|
||||
public static final boolean DEBUG = BuildConfig.DEBUG;
|
||||
public static final boolean IS_INTERNAL_BUILD = BuildConfig.IS_INTERNAL_BUILD;
|
||||
public static final int EXOPACKAGE_FLAGS = BuildConfig.EXOPACKAGE_FLAGS;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user