Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 78de1bcb authored by Adam Lesinski's avatar Adam Lesinski Committed by Android (Google) Code Review
Browse files

Merge "AAPT2: Fail compiling when private symbols are referenced"

parents 7c149b52 467f1713
Loading
Loading
Loading
Loading
+6 −4
Original line number Diff line number Diff line
@@ -58,8 +58,9 @@ sources := \
	ResourceValues.cpp \
	SdkConstants.cpp \
	StringPool.cpp \
	XmlDom.cpp \
	XmlPullParser.cpp
	xml/XmlDom.cpp \
	xml/XmlPullParser.cpp \
	xml/XmlUtil.cpp

testSources := \
	compile/IdAssigner_test.cpp \
@@ -90,8 +91,9 @@ testSources := \
	ResourceUtils_test.cpp \
	StringPool_test.cpp \
	ValueVisitor_test.cpp \
	XmlDom_test.cpp \
	XmlPullParser_test.cpp
	xml/XmlDom_test.cpp \
	xml/XmlPullParser_test.cpp \
	xml/XmlUtil_test.cpp

toolSources := \
	compile/Compile.cpp \
Loading