-
Notifications
You must be signed in to change notification settings - Fork 36
rename lib name to gralloc.broxton #91
base: android10-release
Are you sure you want to change the base?
Conversation
"marvell.c", | ||
"mediatek.c", | ||
"meson.c", | ||
"msm.c", | ||
"nouveau.c", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nouveau is for nvidia card, should also be deleted
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If this blueprint file is from upstream, it would be best to keep all these lines and avoid number of changes against upstream. It would be then easier to rebase in the future when we update our minigbm from upstream?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Due to we need change the Android.bp, then we prefer to keep the Android.bp clean.
], | ||
} | ||
|
||
cc_library_shared { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is better still keep libminigbm, which can be used as test purpose
|
||
srcs: [ | ||
"amdgpu.c", | ||
"drv.c", | ||
"evdi.c", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
also delete evdi.c
To avoid lib name conflicts from external minigbm. Tracked-On: OAM-88753 Signed-off-by: yifang ma <[email protected]>
To avoid lib name conflicts from external minigbm.
Tracked-On: OAM-88753
Signed-off-by: yifang ma [email protected]