Home | History | Annotate | Download | only in vndk

Lines Matching defs:list

5 # Create the list of vndk libraries from the source code.
21 # This is the up-to-date list of vndk libs.
22 # TODO(b/62012285): the lib list should be stored somewhere under
34 # Check the generate list against the latest list stored in the
36 .PHONY: check-vndk-list
38 # Check if vndk list is changed
39 droidcore: check-vndk-list
41 check-vndk-list-timestamp := $(call intermediates-dir-for,PACKAGING,vndk)/check-list-timestamp
42 check-vndk-list: $(check-vndk-list-timestamp)
44 _vndk_check_failure_message := " error: VNDK library list has been changed.\n"
46 _vndk_check_failure_message += " Changing the VNDK library list is not allowed in API locked branches."
48 _vndk_check_failure_message += " Run update-vndk-list.sh to update $(LATEST_VNDK_LIB_LIST)"
51 $(check-vndk-list-timestamp): $(INTERNAL_VNDK_LIB_LIST) $(LATEST_VNDK_LIB_LIST) $(HOST_OUT_EXECUTABLES)/update-vndk-list.sh
61 # Script to update the latest VNDK lib list
63 LOCAL_MODULE := update-vndk-list.sh
76 $(hide) echo "echo Updating VNDK library list is NOT allowed in API locked branches." >> $@; \