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", -)