summaryrefslogtreecommitdiffstats
path: root/display/renderer/Android.mk
blob: c0b619ef62ccfb6411307ef11517c32f48150126 (plain)
1
2
3
4
5
6
7
8
# Ship the scripts on the device
LOCAL_PATH := $(call my-dir)

include $(CLEAR_VARS)
LOCAL_MODULE := graphics.sh
LOCAL_SRC_FILES := device-files/graphics.sh
LOCAL_MODULE_CLASS := EXECUTABLES
include $(BUILD_PREBUILT)