Merge "Fix bug to break switch cases." into pi-dev

am: f3bf703025

Change-Id: Ib0cb77ccad99f434e1167d5bf4ef287931445ede
This commit is contained in:
Yi Jin
2018-03-15 23:05:46 +00:00
committed by android-build-merger

View File

@@ -427,6 +427,7 @@ static bool generateSectionListCpp(Descriptor const* descriptor) {
printf(" new GZipSection(%d,", field->number());
splitAndPrint(s.args());
printf(" NULL),\n");
break;
case SECTION_TOMBSTONE:
printf(" new TombstoneSection(%d, \"%s\"),\n", field->number(), s.args().c_str());
break;