Files
frameworks_base/cmds/incidentd/tests/section_list.cpp
Yi Jin f860184599 Automatically generate section_list.cpp file from incident.proto
with the SectionFlags field annotations

Bug: 64728679
Test: tested manually on device
Change-Id: I5b067b09cd6ccc3528f0845d7290cc9e2bc63a07
2017-08-17 15:04:21 -07:00

7 lines
134 B
C++

// This file is a dummy section_list.cpp used for test only.
#include "section_list.h"
const Section* SECTION_LIST[] = {
NULL
};