sm8250-common: Relocate our custom HALs to vendor
* Adjust them for usage in /vendor while at it. Change-Id: I84463a912d98e8af14ca31ffd8ac95db1aac916e
This commit is contained in:
parent
717bc37c5d
commit
1653e33e11
12 changed files with 26 additions and 26 deletions
|
|
@ -29,9 +29,9 @@ namespace livedisplay {
|
|||
namespace V2_0 {
|
||||
namespace implementation {
|
||||
|
||||
static constexpr const char* kDisplayModeProp = "sys.display.mode";
|
||||
static constexpr const char* kDisplayModeProp = "vendor.display.mode";
|
||||
static const std::string kModeBasePath = "/sys/class/drm/card0-DSI-1/";
|
||||
static const std::string kDefaultPath = "/data/misc/display/default_display_mode";
|
||||
static const std::string kDefaultPath = "/data/vendor/display/default_display_mode";
|
||||
|
||||
const std::map<int32_t, DisplayModes::ModeInfo> DisplayModes::kModeMap = {
|
||||
{0, {"Standard", "default"}},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue