OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BASE_VER
(Results
1 - 6
of
6
) sorted by null
/prebuilts/ninja/darwin-x86/
build-ninja.sh
8
BASE_VER
=v1.6.0
33
EXTRA_COMMIT_MSG=$(echo -e "\n\nChanges since ${
BASE_VER
}:" && git log --oneline --abbrev=12 ${
BASE_VER
}..HEAD)
/prebuilts/ninja/linux-x86/
build-ninja.sh
8
BASE_VER
=v1.6.0
33
EXTRA_COMMIT_MSG=$(echo -e "\n\nChanges since ${
BASE_VER
}:" && git log --oneline --abbrev=12 ${
BASE_VER
}..HEAD)
/system/tpm/trunks/
Makefile
22
PC_DEPS = libchrome-$(
BASE_VER
) libbrillo-$(
BASE_VER
) openssl
/external/autotest/client/deps/glbench/src/
Makefile
37
BASE_VER
?= 369476
38
PC_DEPS = libchrome-$(
BASE_VER
) libpng
/external/minijail/
common.mk
125
# If
BASE_VER
is not set, read the libchrome revision number from
126
# common-mk/
BASE_VER
file.
127
ifeq ($(strip $(
BASE_VER
)),)
128
BASE_VER
:= $(shell cat $(SRC)/../common-mk/
BASE_VER
)
130
$(info Using
BASE_VER
=$(
BASE_VER
))
[
all
...]
/external/modp_b64/
common.mk
125
# If
BASE_VER
is not set, read the libchrome revision number from
126
# common-mk/
BASE_VER
file.
127
ifeq ($(strip $(
BASE_VER
)),)
128
BASE_VER
:= $(shell cat $(SRC)/../common-mk/
BASE_VER
)
130
$(info Using
BASE_VER
=$(
BASE_VER
))
[
all
...]
Completed in 2815 milliseconds