From: Dima Zavin Date: Wed, 5 Dec 2012 22:14:50 +0000 (-0800) Subject: hwc: do not require manta to build X-Git-Tag: cm-10.2-M1^2~35^2~1 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=4386f1c2200d778106bbfb81cc2db41a1bad6c12;p=GitHub%2FLineageOS%2Fandroid_hardware_samsung_slsi_exynos5.git hwc: do not require manta to build Change-Id: I593c0231305cc28d2d47bf7a56b7dc786267a36a Signed-off-by: Dima Zavin --- diff --git a/libhwc/Android.mk b/libhwc/Android.mk index 0463494..5ef9373 100644 --- a/libhwc/Android.mk +++ b/libhwc/Android.mk @@ -12,8 +12,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -ifneq ($(filter manta full_manta,$(TARGET_DEVICE)),) - LOCAL_PATH:= $(call my-dir) # HAL module implemenation, not prelinked and stored in # hw/..so @@ -31,8 +29,6 @@ LOCAL_C_INCLUDES := \ LOCAL_SRC_FILES := hwc.cpp -LOCAL_MODULE := hwcomposer.$(TARGET_BOARD_PLATFORM) +LOCAL_MODULE := hwcomposer.exynos5 LOCAL_MODULE_TAGS := optional include $(BUILD_SHARED_LIBRARY) - -endif