mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-08 09:37:21 +08:00
Remove unnecessary project_config
Differential Revision: D4326949 fbshipit-source-id: d0e8d7c3a046a89e5794be602a406ea914de50d1
This commit is contained in:
committed by
Facebook Github Bot
parent
f3c8158773
commit
1f78ea326e
@@ -12,6 +12,3 @@ android_library(
|
||||
visibility = ['PUBLIC'],
|
||||
)
|
||||
|
||||
project_config(
|
||||
src_target = ':yoga',
|
||||
)
|
||||
|
||||
@@ -14,6 +14,3 @@ android_library(
|
||||
]
|
||||
)
|
||||
|
||||
project_config(
|
||||
src_target = ':jni',
|
||||
)
|
||||
|
||||
@@ -6,6 +6,3 @@ android_library(
|
||||
],
|
||||
)
|
||||
|
||||
project_config(
|
||||
src_target = ':perftest',
|
||||
)
|
||||
|
||||
@@ -9,6 +9,3 @@ android_library(
|
||||
],
|
||||
)
|
||||
|
||||
project_config(
|
||||
src_target = ':annotations',
|
||||
)
|
||||
|
||||
@@ -11,6 +11,3 @@ android_library(
|
||||
],
|
||||
)
|
||||
|
||||
project_config(
|
||||
src_target = ':quicklog',
|
||||
)
|
||||
|
||||
@@ -6,6 +6,3 @@ android_library(
|
||||
],
|
||||
)
|
||||
|
||||
project_config(
|
||||
src_target = ':identifiers',
|
||||
)
|
||||
|
||||
@@ -31,6 +31,3 @@ android_library(
|
||||
],
|
||||
)
|
||||
|
||||
project_config(
|
||||
src_target = ':react',
|
||||
)
|
||||
|
||||
@@ -20,6 +20,3 @@ android_library(
|
||||
],
|
||||
)
|
||||
|
||||
project_config(
|
||||
src_target = ':animated',
|
||||
)
|
||||
|
||||
@@ -13,6 +13,3 @@ android_library(
|
||||
],
|
||||
)
|
||||
|
||||
project_config(
|
||||
src_target = ':animation',
|
||||
)
|
||||
|
||||
@@ -34,6 +34,3 @@ android_library(
|
||||
],
|
||||
)
|
||||
|
||||
project_config(
|
||||
src_target = ':bridge',
|
||||
)
|
||||
|
||||
@@ -32,6 +32,3 @@ android_build_config(
|
||||
],
|
||||
)
|
||||
|
||||
project_config(
|
||||
src_target = ':common',
|
||||
)
|
||||
|
||||
@@ -11,6 +11,3 @@ android_library(
|
||||
],
|
||||
)
|
||||
|
||||
project_config(
|
||||
src_target = ':network',
|
||||
)
|
||||
|
||||
@@ -33,6 +33,3 @@ android_library(
|
||||
],
|
||||
)
|
||||
|
||||
project_config(
|
||||
src_target = ':bridge',
|
||||
)
|
||||
|
||||
@@ -24,6 +24,3 @@ android_library(
|
||||
],
|
||||
)
|
||||
|
||||
project_config(
|
||||
src_target = ':devsupport',
|
||||
)
|
||||
|
||||
@@ -18,6 +18,3 @@ android_library(
|
||||
],
|
||||
)
|
||||
|
||||
project_config(
|
||||
src_target = ':jstasks',
|
||||
)
|
||||
|
||||
@@ -13,6 +13,3 @@ android_library(
|
||||
]
|
||||
)
|
||||
|
||||
project_config(
|
||||
src_target = ':annotations',
|
||||
)
|
||||
|
||||
@@ -11,6 +11,3 @@ android_library(
|
||||
]
|
||||
)
|
||||
|
||||
project_config(
|
||||
src_target = ':model',
|
||||
)
|
||||
|
||||
@@ -17,6 +17,3 @@ java_library(
|
||||
]
|
||||
)
|
||||
|
||||
project_config(
|
||||
src_target = ':processing',
|
||||
)
|
||||
|
||||
@@ -17,6 +17,3 @@ android_library(
|
||||
],
|
||||
)
|
||||
|
||||
project_config(
|
||||
src_target = ':appstate',
|
||||
)
|
||||
|
||||
@@ -16,6 +16,3 @@ android_library(
|
||||
],
|
||||
)
|
||||
|
||||
project_config(
|
||||
src_target = ':camera',
|
||||
)
|
||||
|
||||
@@ -16,6 +16,3 @@ android_library(
|
||||
],
|
||||
)
|
||||
|
||||
project_config(
|
||||
src_target = ':clipboard',
|
||||
)
|
||||
|
||||
@@ -15,6 +15,3 @@ android_library(
|
||||
],
|
||||
)
|
||||
|
||||
project_config(
|
||||
src_target = ':common',
|
||||
)
|
||||
|
||||
@@ -19,6 +19,3 @@ android_library(
|
||||
],
|
||||
)
|
||||
|
||||
project_config(
|
||||
src_target = ':core',
|
||||
)
|
||||
|
||||
@@ -16,6 +16,3 @@ android_library(
|
||||
],
|
||||
)
|
||||
|
||||
project_config(
|
||||
src_target = ':datepicker',
|
||||
)
|
||||
|
||||
@@ -17,6 +17,3 @@ android_library(
|
||||
],
|
||||
)
|
||||
|
||||
project_config(
|
||||
src_target = ':debug',
|
||||
)
|
||||
|
||||
@@ -17,6 +17,3 @@ android_library(
|
||||
],
|
||||
)
|
||||
|
||||
project_config(
|
||||
src_target = ':dialog',
|
||||
)
|
||||
|
||||
@@ -27,6 +27,3 @@ android_library(
|
||||
],
|
||||
)
|
||||
|
||||
project_config(
|
||||
src_target = ':fresco',
|
||||
)
|
||||
|
||||
@@ -16,6 +16,3 @@ android_library(
|
||||
],
|
||||
)
|
||||
|
||||
project_config(
|
||||
src_target = ':i18nmanager',
|
||||
)
|
||||
|
||||
@@ -19,6 +19,3 @@ android_library(
|
||||
],
|
||||
)
|
||||
|
||||
project_config(
|
||||
src_target = ':image',
|
||||
)
|
||||
|
||||
@@ -15,6 +15,3 @@ android_library(
|
||||
],
|
||||
)
|
||||
|
||||
project_config(
|
||||
src_target = ':intent',
|
||||
)
|
||||
|
||||
@@ -16,6 +16,3 @@ android_library(
|
||||
],
|
||||
)
|
||||
|
||||
project_config(
|
||||
src_target = ':location',
|
||||
)
|
||||
|
||||
@@ -18,6 +18,3 @@ android_library(
|
||||
],
|
||||
)
|
||||
|
||||
project_config(
|
||||
src_target = ':netinfo',
|
||||
)
|
||||
|
||||
@@ -22,6 +22,3 @@ android_library(
|
||||
],
|
||||
)
|
||||
|
||||
project_config(
|
||||
src_target = ':network',
|
||||
)
|
||||
|
||||
@@ -16,6 +16,3 @@ android_library(
|
||||
],
|
||||
)
|
||||
|
||||
project_config(
|
||||
src_target = ':permissions',
|
||||
)
|
||||
|
||||
@@ -16,6 +16,3 @@ android_library(
|
||||
],
|
||||
)
|
||||
|
||||
project_config(
|
||||
src_target = ':share',
|
||||
)
|
||||
|
||||
@@ -18,6 +18,3 @@ android_library(
|
||||
],
|
||||
)
|
||||
|
||||
project_config(
|
||||
src_target = ':statusbar',
|
||||
)
|
||||
|
||||
@@ -17,6 +17,3 @@ android_library(
|
||||
],
|
||||
)
|
||||
|
||||
project_config(
|
||||
src_target = ':storage',
|
||||
)
|
||||
|
||||
@@ -15,6 +15,3 @@ android_library(
|
||||
],
|
||||
)
|
||||
|
||||
project_config(
|
||||
src_target = ':systeminfo',
|
||||
)
|
||||
|
||||
@@ -16,6 +16,3 @@ android_library(
|
||||
],
|
||||
)
|
||||
|
||||
project_config(
|
||||
src_target = ':timepicker',
|
||||
)
|
||||
|
||||
@@ -15,6 +15,3 @@ android_library(
|
||||
],
|
||||
)
|
||||
|
||||
project_config(
|
||||
src_target = ':toast',
|
||||
)
|
||||
|
||||
@@ -17,6 +17,3 @@ android_library(
|
||||
],
|
||||
)
|
||||
|
||||
project_config(
|
||||
src_target = ':vibration',
|
||||
)
|
||||
|
||||
@@ -21,6 +21,3 @@ android_library(
|
||||
],
|
||||
)
|
||||
|
||||
project_config(
|
||||
src_target = ':websocket',
|
||||
)
|
||||
|
||||
@@ -17,6 +17,3 @@ java_library(
|
||||
]
|
||||
)
|
||||
|
||||
project_config(
|
||||
src_target = ':processing',
|
||||
)
|
||||
|
||||
@@ -63,6 +63,3 @@ android_library(
|
||||
],
|
||||
)
|
||||
|
||||
project_config(
|
||||
src_target = ':shell',
|
||||
)
|
||||
|
||||
@@ -12,6 +12,3 @@ android_library(
|
||||
],
|
||||
)
|
||||
|
||||
project_config(
|
||||
src_target = ':touch',
|
||||
)
|
||||
|
||||
@@ -28,6 +28,3 @@ android_library(
|
||||
],
|
||||
)
|
||||
|
||||
project_config(
|
||||
src_target = ':uimanager',
|
||||
)
|
||||
|
||||
@@ -11,6 +11,3 @@ android_library(
|
||||
],
|
||||
)
|
||||
|
||||
project_config(
|
||||
src_target = ':annotations',
|
||||
)
|
||||
|
||||
@@ -18,6 +18,3 @@ android_library(
|
||||
],
|
||||
)
|
||||
|
||||
project_config(
|
||||
src_target = ':art',
|
||||
)
|
||||
|
||||
@@ -20,6 +20,3 @@ android_library(
|
||||
],
|
||||
)
|
||||
|
||||
project_config(
|
||||
src_target = ':drawer',
|
||||
)
|
||||
|
||||
@@ -45,6 +45,3 @@ android_library(
|
||||
],
|
||||
)
|
||||
|
||||
project_config(
|
||||
src_target = ':image',
|
||||
)
|
||||
|
||||
@@ -28,6 +28,3 @@ android_library(
|
||||
],
|
||||
)
|
||||
|
||||
project_config(
|
||||
src_target = ':imagehelper',
|
||||
)
|
||||
|
||||
@@ -21,6 +21,3 @@ android_library(
|
||||
],
|
||||
)
|
||||
|
||||
project_config(
|
||||
src_target = ':modal',
|
||||
)
|
||||
|
||||
@@ -17,6 +17,3 @@ android_library(
|
||||
],
|
||||
)
|
||||
|
||||
project_config(
|
||||
src_target = ':picker',
|
||||
)
|
||||
|
||||
@@ -18,6 +18,3 @@ android_library(
|
||||
],
|
||||
)
|
||||
|
||||
project_config(
|
||||
src_target = ':progressbar',
|
||||
)
|
||||
|
||||
@@ -21,6 +21,3 @@ android_library(
|
||||
],
|
||||
)
|
||||
|
||||
project_config(
|
||||
src_target = ':recyclerview',
|
||||
)
|
||||
|
||||
@@ -20,6 +20,3 @@ android_library(
|
||||
],
|
||||
)
|
||||
|
||||
project_config(
|
||||
src_target = ':scroll',
|
||||
)
|
||||
|
||||
@@ -18,6 +18,3 @@ android_library(
|
||||
],
|
||||
)
|
||||
|
||||
project_config(
|
||||
src_target = ':slider',
|
||||
)
|
||||
|
||||
@@ -18,6 +18,3 @@ android_library(
|
||||
],
|
||||
)
|
||||
|
||||
project_config(
|
||||
src_target = ':swiperefresh',
|
||||
)
|
||||
|
||||
@@ -17,6 +17,3 @@ android_library(
|
||||
],
|
||||
)
|
||||
|
||||
project_config(
|
||||
src_target = ':switchview',
|
||||
)
|
||||
|
||||
@@ -19,6 +19,3 @@ android_library(
|
||||
],
|
||||
)
|
||||
|
||||
project_config(
|
||||
src_target = ':text',
|
||||
)
|
||||
|
||||
@@ -23,6 +23,3 @@ android_library(
|
||||
],
|
||||
)
|
||||
|
||||
project_config(
|
||||
src_target = ':frescosupport',
|
||||
)
|
||||
|
||||
@@ -22,6 +22,3 @@ android_library(
|
||||
],
|
||||
)
|
||||
|
||||
project_config(
|
||||
src_target = ':textinput',
|
||||
)
|
||||
|
||||
@@ -22,6 +22,3 @@ android_library(
|
||||
],
|
||||
)
|
||||
|
||||
project_config(
|
||||
src_target = ':toolbar',
|
||||
)
|
||||
|
||||
@@ -19,6 +19,3 @@ android_library(
|
||||
],
|
||||
)
|
||||
|
||||
project_config(
|
||||
src_target = ':view',
|
||||
)
|
||||
|
||||
@@ -19,6 +19,3 @@ android_library(
|
||||
],
|
||||
)
|
||||
|
||||
project_config(
|
||||
src_target = ':viewpager',
|
||||
)
|
||||
|
||||
@@ -17,6 +17,3 @@ android_library(
|
||||
],
|
||||
)
|
||||
|
||||
project_config(
|
||||
src_target = ':webview',
|
||||
)
|
||||
|
||||
@@ -6,6 +6,3 @@ android_library(
|
||||
],
|
||||
)
|
||||
|
||||
project_config(
|
||||
src_target = ':systrace',
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user