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

Commit 9ab9711e authored by Jeff Sharkey's avatar Jeff Sharkey Committed by Jeff Sharkey
Browse files

Fix constant used by test.

Bug: 111854851
Change-Id: I6ea9bb5b73d7e9133f78cdc1431f180664b5eae7
parent 27fcf48f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -37,7 +37,7 @@ namespace installd {

constexpr const char* kTestUuid = "TEST";

static constexpr int FLAG_FORCE = 1 << 16;
static constexpr int FLAG_FORCE = 0x2000;

int get_property(const char *key, char *value, const char *default_value) {
    return property_get(key, value, default_value);