summaryrefslogtreecommitdiff
path: root/gralloc
diff options
context:
space:
mode:
authorDmitry Shmidt <dimitrysh@google.com>2017-10-05 16:05:45 -0700
committerDmitry Shmidt <dimitrysh@google.com>2017-10-06 11:00:26 -0700
commit5f59b7a9d702bc740dc2cd04776a4d169d391cec (patch)
treeb90a58e3021dacca9623cdb8877a5051450ad0a4 /gralloc
parent3b415817dea07588f6d034970f35bbf1a66dffa8 (diff)
downloadhikey-5f59b7a9d702bc740dc2cd04776a4d169d391cec.tar.gz
hikey: Add hikey32 target for arm32
Change-Id: I3db05ce6678bd50efb4839f1eca634cccf0b8891 Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
Diffstat (limited to 'gralloc')
-rw-r--r--gralloc/Android.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/gralloc/Android.mk b/gralloc/Android.mk
index 2191b7ea..fc62685a 100644
--- a/gralloc/Android.mk
+++ b/gralloc/Android.mk
@@ -13,7 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-ifeq ($(TARGET_PRODUCT),hikey)
LOCAL_PATH := $(call my-dir)
# HAL module implemenation, not prelinked and stored in
@@ -34,4 +33,3 @@ LOCAL_MODULE := gralloc.hikey
LOCAL_MODULE_RELATIVE_PATH := hw
include $(BUILD_SHARED_LIBRARY)
-endif