From bb24cff644ee148bdb64c3569a4e932d5eb7d37e Mon Sep 17 00:00:00 2001 From: Dulmandakh Date: Sat, 15 Dec 2018 20:53:03 +0800 Subject: [PATCH] remove appcompat-v7, support-v4 from Android Support Library BUCK --- .../src/main/third-party/android/support/BUCK | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/ReactAndroid/src/main/third-party/android/support/BUCK b/ReactAndroid/src/main/third-party/android/support/BUCK index a0a3444e0a01f6..d9f483863ba57a 100644 --- a/ReactAndroid/src/main/third-party/android/support/BUCK +++ b/ReactAndroid/src/main/third-party/android/support/BUCK @@ -1,22 +1,5 @@ -load("//tools/build_defs/oss:rn_defs.bzl", "react_native_dep", "rn_android_library") load("//tools/build_defs:fb_native_wrapper.bzl", "fb_native") -rn_android_library( - name = "support-v4", - visibility = ["PUBLIC"], - exported_deps = [ - react_native_dep("third-party/android/support:support-v4"), - ], -) - -rn_android_library( - name = "appcompat-v7", - visibility = ["PUBLIC"], - exported_deps = [ - react_native_dep("third-party/android/support:support-v4"), - ], -) - # a fake genrule so that BUCK files in react native are preseable in fbsource fb_native.genrule( name = "appcompat-res-cmd",