OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BUILD_THUMBPRINT
(Results
1 - 2
of
2
) sorted by null
/build/tools/
buildinfo.sh
54
if [ -n "$
BUILD_THUMBPRINT
" ] ; then
55
echo "ro.build.thumbprint=$
BUILD_THUMBPRINT
"
/build/core/
Makefile
129
ifeq (,$(strip $(
BUILD_THUMBPRINT
)))
130
BUILD_THUMBPRINT
:= $(PLATFORM_VERSION)/$(BUILD_ID)/$(BUILD_NUMBER):$(TARGET_BUILD_VARIANT)/$(BUILD_VERSION_TAGS)
132
ifneq ($(words $(
BUILD_THUMBPRINT
)),1)
133
$(error
BUILD_THUMBPRINT
cannot contain spaces: "$(
BUILD_THUMBPRINT
)")
223
$(if $(OEM_THUMBPRINT_PROPERTIES),
BUILD_THUMBPRINT
="$(
BUILD_THUMBPRINT
)") \
[
all
...]
Completed in 34 milliseconds