summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorRashed Abdel-Tawab <rashed@linux.com>2017-12-06 19:43:21 -0500
committerSam Mortimer <sam@mortimer.me.uk>2018-01-04 13:21:18 -0800
commit7eaff52f2d7493a2bfae0ce44c1d7a93cb13dfd3 (patch)
treea3ffd81913548523f5b88c5cdf33d8a7fc67bd76 /Android.mk
parent52c1a2de02cbe544d20f3a2cb802e82acc2e894f (diff)
downloadandroid_hardware_lineage_lineagehw-7eaff52f2d7493a2bfae0ce44c1d7a93cb13dfd3.tar.gz
android_hardware_lineage_lineagehw-7eaff52f2d7493a2bfae0ce44c1d7a93cb13dfd3.tar.bz2
android_hardware_lineage_lineagehw-7eaff52f2d7493a2bfae0ce44c1d7a93cb13dfd3.zip
lineagehw: Add support for HWC2 color transform
Change-Id: I6e7cec71f170f906f3c9fdb85738ec8ef1ed59bd
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 48d5fa5..251737a 100644
--- a/Android.mk
+++ b/Android.mk
@@ -44,7 +44,7 @@ LOCAL_SRC_FILES += $(default_classes) $(unique_specific_classes)
LOCAL_MODULE_TAGS := optional
LOCAL_MODULE := org.lineageos.hardware
-LOCAL_JAVA_LIBRARIES := org.lineageos.platform.internal
+LOCAL_JAVA_LIBRARIES := org.lineageos.platform.internal services
include $(BUILD_JAVA_LIBRARY)