hwc: do not require manta to build
authorDima Zavin <dima@android.com>
Wed, 5 Dec 2012 22:14:50 +0000 (14:14 -0800)
committerDima Zavin <dima@android.com>
Wed, 5 Dec 2012 23:00:52 +0000 (15:00 -0800)
Change-Id: I593c0231305cc28d2d47bf7a56b7dc786267a36a
Signed-off-by: Dima Zavin <dima@android.com>
libhwc/Android.mk

index 046349405146fe6ade37e46ed3718df40454df7f..5ef93737b3b56f10ed8cc5233b4fcfdcc2356f95 100644 (file)
@@ -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/<COPYPIX_HARDWARE_MODULE_ID>.<ro.product.board>.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