Home | History | Annotate | Download | only in core

Lines Matching refs:OTA

103 # The string used to uniquely identify this build;  used by the OTA server.
284 # for future OTA packages installed by this system. Actual product
517 # authenticity of downloaded OTA packages.
619 # Keys authorized to sign OTA packages this build will accept. The
973 # host tools needed to build dist and OTA packages
996 # This zip can be used to create an OTA package or filesystem image
1104 @# Extra contents of the OTA package
1105 $(hide) mkdir -p $(zip_root)/OTA/bin
1106 $(hide) $(ACP) $(INSTALLED_ANDROID_INFO_TXT_TARGET) $(zip_root)/OTA/
1107 $(hide) $(ACP) $(PRIVATE_OTA_TOOLS) $(zip_root)/OTA/bin/
1147 # OTA update package
1153 name := $(name)-ota-$(FILE_NAME_TAG)
1160 @echo "Package OTA: $@"