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

Commit d8176941 authored by Deepanshu Gupta's avatar Deepanshu Gupta Committed by Android (Google) Code Review
Browse files

Merge "Enable assertions in LayoutLib create" into lmp-dev

parents e8797a18 197d488d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -61,7 +61,7 @@ $(LOCAL_BUILT_MODULE): $(built_core_dep) \
	$(hide) mkdir -p $(dir $@)
	$(hide) rm -f $@
	$(hide) ls -l $(built_framework_classes)
	$(hide) java -jar $(built_layoutlib_create_jar) \
	$(hide) java -ea -jar $(built_layoutlib_create_jar) \
	             $@ \
	             $(built_core_classes) \
	             $(built_framework_classes) \