From 2ffc23f400d1e2c0423dc45920553fbdf36f4a53 Mon Sep 17 00:00:00 2001 From: Daniel Wagner-Hall Date: Tue, 25 Apr 2017 07:50:49 -0700 Subject: [PATCH] Remove project_config rules Summary: These only exist to support a deprecated form of project generation which is about to be removed. Reviewed By: marcinkosiba Differential Revision: D4945841 fbshipit-source-id: 3d35b8f8cd902572995ee4f55f9b5930efa186ec --- android/BUCK | 4 ---- android/sample/BUCK | 4 ---- 2 files changed, 8 deletions(-) diff --git a/android/BUCK b/android/BUCK index d7dc78c9..7e02f6a5 100644 --- a/android/BUCK +++ b/android/BUCK @@ -30,7 +30,3 @@ android_resource( "PUBLIC", ], ) - -project_config( - src_target = ":android", -) diff --git a/android/sample/BUCK b/android/sample/BUCK index ffaa19b0..122bfa16 100644 --- a/android/sample/BUCK +++ b/android/sample/BUCK @@ -33,7 +33,3 @@ keystore( properties = "debug.keystore.properties", store = "debug.keystore", ) - -project_config( - src_target = ":sample", -)