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
This commit is contained in:
committed by
Facebook Github Bot
parent
dc4d16401f
commit
2ffc23f400
@@ -30,7 +30,3 @@ android_resource(
|
|||||||
"PUBLIC",
|
"PUBLIC",
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
project_config(
|
|
||||||
src_target = ":android",
|
|
||||||
)
|
|
||||||
|
@@ -33,7 +33,3 @@ keystore(
|
|||||||
properties = "debug.keystore.properties",
|
properties = "debug.keystore.properties",
|
||||||
store = "debug.keystore",
|
store = "debug.keystore",
|
||||||
)
|
)
|
||||||
|
|
||||||
project_config(
|
|
||||||
src_target = ":sample",
|
|
||||||
)
|
|
||||||
|
Reference in New Issue
Block a user