Skip to content

Commit

Permalink
move checkers from libredex to opt
Browse files Browse the repository at this point in the history
Reviewed By: beicy

Differential Revision: D44983634

fbshipit-source-id: af7a49a6081c31dd630b98a485b87045ff1c3ccc
  • Loading branch information
Nikolai Tillmann authored and facebook-github-bot committed Apr 14, 2023
1 parent a368d89 commit 0c3ac00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ endif
#

libredex_la_SOURCES = \
checkers/NoInitClassInstructionsChecker.cpp \
liblocator/locator.cpp \
libredex/AggregateException.cpp \
libredex/AnalysisUsage.cpp \
Expand Down Expand Up @@ -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 \
Expand Down

0 comments on commit 0c3ac00

Please sign in to comment.