Fix typo in buck targets
Summary: Proguard is spelled wrong Reviewed By: SidharthGuglani Differential Revision: D20619173 fbshipit-source-id: 463788454ad7e72337121ed63ab79129db45113e
This commit is contained in:
committed by
Facebook GitHub Bot
parent
b280a19b0a
commit
4f1231f411
@@ -14,7 +14,7 @@ JSR_305_TARGET = "//lib/jsr-305:jsr-305"
|
||||
|
||||
JUNIT_TARGET = "//lib/junit:junit"
|
||||
|
||||
PROGRUARD_ANNOTATIONS_TARGET = "//java/proguard-annotations/src/main/java/com/facebook/proguard/annotations:annotations"
|
||||
PROGUARD_ANNOTATIONS_TARGET = "//java/proguard-annotations/src/main/java/com/facebook/proguard/annotations:annotations"
|
||||
|
||||
SOLOADER_TARGET = "//lib/soloader:soloader"
|
||||
|
||||
|
Reference in New Issue
Block a user