Loading tools/aapt2/filter/AbiFilter.h +2 −0 Original line number Diff line number Diff line Loading @@ -33,6 +33,8 @@ namespace aapt { */ class AbiFilter : public IPathFilter { public: virtual ~AbiFilter() = default; /** Factory method to create a filter from a list of configuration::Abi. */ static std::unique_ptr<AbiFilter> FromAbiList(const std::vector<configuration::Abi>& abi_list); Loading tools/aapt2/filter/Filter.h +1 −1 Original line number Diff line number Diff line Loading @@ -27,7 +27,7 @@ namespace aapt { /** A filter to be applied to a path segment. */ class IPathFilter { public: ~IPathFilter() = default; virtual ~IPathFilter() = default; /** Returns true if the path should be kept. */ virtual bool Keep(const std::string& path) = 0; Loading Loading
tools/aapt2/filter/AbiFilter.h +2 −0 Original line number Diff line number Diff line Loading @@ -33,6 +33,8 @@ namespace aapt { */ class AbiFilter : public IPathFilter { public: virtual ~AbiFilter() = default; /** Factory method to create a filter from a list of configuration::Abi. */ static std::unique_ptr<AbiFilter> FromAbiList(const std::vector<configuration::Abi>& abi_list); Loading
tools/aapt2/filter/Filter.h +1 −1 Original line number Diff line number Diff line Loading @@ -27,7 +27,7 @@ namespace aapt { /** A filter to be applied to a path segment. */ class IPathFilter { public: ~IPathFilter() = default; virtual ~IPathFilter() = default; /** Returns true if the path should be kept. */ virtual bool Keep(const std::string& path) = 0; Loading