Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f7b9a299 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "update-vndk-list.sh delinated with ticks in error" am: 0fe0eda5 am:...

Merge "update-vndk-list.sh delinated with ticks in error" am: 0fe0eda5 am: 81e3cfa8 am: 4c5e8528

Change-Id: Id174b82e55f384b5e201fca7a726a3b3894674ad
parents f371b188 4c5e8528
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -51,7 +51,7 @@ _vndk_check_failure_message := " error: VNDK library list has been changed.\n"
ifeq (REL,$(PLATFORM_VERSION_CODENAME))
_vndk_check_failure_message += "       Changing the VNDK library list is not allowed in API locked branches."
else
_vndk_check_failure_message += "       Run update-vndk-list.sh to update $(LATEST_VNDK_LIB_LIST)"
_vndk_check_failure_message += "       Run \`update-vndk-list.sh\` to update $(LATEST_VNDK_LIB_LIST)"
endif

$(check-vndk-list-timestamp): $(INTERNAL_VNDK_LIB_LIST) $(LATEST_VNDK_LIB_LIST) $(HOST_OUT_EXECUTABLES)/update-vndk-list.sh