From 0c3ac001e831943f9874779f83e557c25ec67c4e Mon Sep 17 00:00:00 2001 From: Nikolai Tillmann Date: Thu, 13 Apr 2023 17:40:57 -0700 Subject: [PATCH] move checkers from libredex to opt Reviewed By: beicy Differential Revision: D44983634 fbshipit-source-id: af7a49a6081c31dd630b98a485b87045ff1c3ccc --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 4e3959be4f..d9437bc378 100644 --- a/Makefile.am +++ b/Makefile.am @@ -37,7 +37,6 @@ endif # libredex_la_SOURCES = \ - checkers/NoInitClassInstructionsChecker.cpp \ liblocator/locator.cpp \ libredex/AggregateException.cpp \ libredex/AnalysisUsage.cpp \ @@ -294,6 +293,7 @@ endif # registration. Instead, share sources and create libopt for the tests. libopt_la_SOURCES = \ + checkers/NoInitClassInstructionsChecker.cpp \ analysis/max-depth/MaxDepthAnalysis.cpp \ analysis/ip-reflection-analysis/IPReflectionAnalysis.cpp \ opt/access-marking/AccessMarking.cpp \