From de7de47fef1dcaa26d553665d89e4d3792325c3f Mon Sep 17 00:00:00 2001 From: Adam Lesinski Date: Mon, 3 Nov 2014 12:03:08 -0800 Subject: Add error checking to aapt for split generation Change-Id: Ica627db6a671f6a6c35f98bfd9c03598ffe103ce --- tools/aapt/SourcePos.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tools/aapt/SourcePos.h') diff --git a/tools/aapt/SourcePos.h b/tools/aapt/SourcePos.h index 4ce817f206e5..13cfb9d592a9 100644 --- a/tools/aapt/SourcePos.h +++ b/tools/aapt/SourcePos.h @@ -21,6 +21,8 @@ public: void warning(const char* fmt, ...) const; void printf(const char* fmt, ...) const; + bool operator<(const SourcePos& rhs) const; + static bool hasErrors(); static void printErrors(FILE* to); }; -- cgit v1.2.3-59-g8ed1b