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
|
|
@ -41,7 +41,7 @@ using ::vendor::lineage::livedisplay::V2_0::sdm::SDMController;
|
|||
int main() {
|
||||
status_t status = OK;
|
||||
|
||||
android::ProcessState::initWithDriver("/dev/binder");
|
||||
android::ProcessState::initWithDriver("/dev/vndbinder");
|
||||
|
||||
LOG(INFO) << "LiveDisplay HAL service is starting.";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue