summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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