Skip to content

Commit

Permalink
Rename hwcomposer target to "intel"
Browse files Browse the repository at this point in the history
This is to help rename hwcomposer library name from
"TARGET_BOARD_PLATFORM" to "TARGET_GFX_INTEL".

Tracked-On: OAM-93101
Signed-off-by: Ren Chenglei <chenglei.ren@intel.com>
  • Loading branch information
renchenglei committed Sep 26, 2020
1 parent 6571699 commit 1bfad5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ LOCAL_WHOLE_STATIC_LIBRARIES := \
libhwcomposer_common \
libhwcomposer_wsi

LOCAL_MODULE := hwcomposer.$(TARGET_BOARD_PLATFORM)
LOCAL_MODULE := hwcomposer.$(TARGET_GFX_INTEL)
LOCAL_MODULE_TAGS := optional
# Preffered paths for all vendor hals /vendor/lib/hw
LOCAL_PROPRIETARY_MODULE := true
Expand Down

0 comments on commit 1bfad5e

Please sign in to comment.