diff options
author | ChengYou Ho <chengyouho@google.com> | 2018-07-02 11:40:39 +0800 |
---|---|---|
committer | Roger Liao <rogerliao@google.com> | 2018-07-12 21:37:36 +0800 |
commit | f19bfaa2032da02b3d1c1e03c01527f1084f022e (patch) | |
tree | ac4a671557cb5d50170528986470e7e22bc21fd7 /include/Android.mk | |
parent | 90e659a257c1569a6f81a7f732d65cd6fafa6054 (diff) | |
download | android_hardware_qcom_sdm710_display-f19bfaa2032da02b3d1c1e03c01527f1084f022e.tar.gz android_hardware_qcom_sdm710_display-f19bfaa2032da02b3d1c1e03c01527f1084f022e.tar.bz2 android_hardware_qcom_sdm710_display-f19bfaa2032da02b3d1c1e03c01527f1084f022e.zip |
Rename module name due to duplicate
Bug: 111163725
Change-Id: I93513594c44531c9efb6a04170cc4da0f70a1f42
Diffstat (limited to 'include/Android.mk')
-rw-r--r-- | include/Android.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Android.mk b/include/Android.mk index 58653c16..ce2182af 100644 --- a/include/Android.mk +++ b/include/Android.mk @@ -4,7 +4,7 @@ include $(CLEAR_VARS) # Legacy header copy. This is deprecated. # Modules using these headers should shift to using -# LOCAL_HEADER_LIBRARIES := display_headers +# LOCAL_HEADER_LIBRARIES := display_headers_sdm710 LOCAL_VENDOR_MODULE := true LOCAL_COPY_HEADERS_TO := $(common_header_export_path) LOCAL_COPY_HEADERS := color_metadata.h \ |