Change libgbm_mesa backend path to comply with apex
Minigbm has been converted to apex module and backend path of libgbm_mesa backend path should reflect the change with respect to minigbm change
This commit is contained in:
parent
4f43376654
commit
7ee499de35
1 changed files with 1 additions and 1 deletions
|
|
@ -3806,7 +3806,7 @@ cc_library_shared {
|
|||
"src/gbm/main/backend.c",
|
||||
"src/gbm/main/gbm.c",
|
||||
],
|
||||
cflags: ["-DDEFAULT_BACKENDS_PATH=\"/vendor/lib64\""],
|
||||
cflags: ["-DDEFAULT_BACKENDS_PATH=\"/apex/com.android.hardware.graphics.allocator.minigbm_gbm_mesa/lib64\""],
|
||||
shared_libs: [
|
||||
"libcutils",
|
||||
"libdrm",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue