with the SectionFlags field annotations Bug: 64728679 Test: tested manually on device Change-Id: I5b067b09cd6ccc3528f0845d7290cc9e2bc63a07
7 lines
134 B
C++
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
|
|
};
|