-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove cros_gralloc include directory #103
base: master
Are you sure you want to change the base?
Remove cros_gralloc include directory #103
Conversation
Tracked-On: OAM-110710 Signed-off-by: Jeevaka Prabu Badrappan <[email protected]>
19d827c
to
7aa8aea
Compare
@@ -33,7 +33,7 @@ mfx_cc_defaults { | |||
export_include_dirs: ["include"], | |||
|
|||
include_dirs: [ | |||
"hardware/intel/external/minigbm-intel/cros_gralloc", // remove then minigbm gets Android.bp | |||
"hardware/intel/external/minigbm/cros_gralloc", // remove then minigbm gets Android.bp |
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.
Looks we don't have this folder hardware/intel/external/minigbm/cros_gralloc in celadon. What we have is hardware/intel/external/minigbm-intel.
Android CI has started Engineering Build for this issue ,Please check the linked Tracked-On issue/Android CI Web for more details. |
Android CI has completed Engineering Build for this issue, build is FAILURE. Please check the linked Tracked-On issue/Android CI Web for more details |
Android CI has started Engineering Build for this issue ,Please check the linked Tracked-On issue/Android CI Web for more details. |
Android CI has completed Engineering Build for this issue, build is FAILURE. Please check the linked Tracked-On issue/Android CI Web for more details |
Removing hardcoded cros_gralloc include directory as it is already added in mfx_c2_defs.mk
Tracked-On: OAM-110710