summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Shmidt <dimitrysh@google.com>2018-01-19 09:16:58 -0800
committerDmitry Shmidt <dimitrysh@google.com>2018-01-19 13:13:36 -0800
commit0f52509e31fdeda0824c14304cd0f6f5fd6e4ebe (patch)
tree3c1e27107750d8c90051cf78deb39a4bbc472dcb
parentba1217220323bff33ed5810f69a21469364e69b7 (diff)
downloadhikey-0f52509e31fdeda0824c14304cd0f6f5fd6e4ebe.tar.gz
gralloc960: Remove explicit check for TARGET_PRODUCT == hikey960
hikey960 build and its derivatives will install only gralloc.hikey960 Bug: 72216718 Test: Manual Change-Id: Ie82e5cb9e51824ecb0af5bfdc72bf75eae0ed766 Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
-rw-r--r--[-rwxr-xr-x]gralloc960/Android.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/gralloc960/Android.mk b/gralloc960/Android.mk
index 9d615f9d..04357799 100755..100644
--- a/gralloc960/Android.mk
+++ b/gralloc960/Android.mk
@@ -15,7 +15,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-ifeq ($(TARGET_PRODUCT),hikey960)
LOCAL_PATH := $(call my-dir)
# Include platform specific makefiles
@@ -70,7 +69,6 @@ GRALLOC_VSYNC_BACKEND?=default
# HAL module implemenation, not prelinked and stored in
# hw/<OVERLAY_HARDWARE_MODULE_ID>.<ro.product.board>.so
include $(CLEAR_VARS)
-include $(BUILD_SYSTEM)/version_defaults.mk
ifeq ($(TARGET_BOARD_PLATFORM), juno)
ifeq ($(MALI_MMSS), 1)
@@ -161,5 +159,3 @@ LOCAL_SRC_FILES := \
LOCAL_MODULE_OWNER := arm
include $(BUILD_SHARED_LIBRARY)
-
-endif