Move mGvmqPlatform from header file to cpp
Fixes duplicate symbol when linking BootControl.o and libboot_control_qti.o. Change-Id: I387a6fc24ecaef2bd1f2326f0010688b8f63ec45
This commit is contained in:
parent
f4a59c1102
commit
f8bbee0e67
@ -81,6 +81,8 @@ enum part_attr_type {
|
||||
ATTR_UNBOOTABLE,
|
||||
};
|
||||
|
||||
bool mGvmqPlatform = false;
|
||||
|
||||
using ::android::bootable::GetMiscVirtualAbMergeStatus;
|
||||
using ::android::bootable::InitMiscVirtualAbMessageIfNeeded;
|
||||
using ::android::bootable::SetMiscVirtualAbMergeStatus;
|
||||
|
@ -48,5 +48,3 @@ const char* get_suffix(unsigned slot);
|
||||
// IBootControl 1.1 methods
|
||||
bool set_snapshot_merge_status(MergeStatus status);
|
||||
MergeStatus get_snapshot_merge_status();
|
||||
|
||||
bool mGvmqPlatform = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user