OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bootimage
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/core/java/android/os/
Build.java
696
final String
bootimage
= SystemProperties.get("ro.
bootimage
.build.fingerprint");
local
[
all
...]
/build/core/
Makefile
83
$(hide) echo ro.
bootimage
.build.date=`date`>>$@
84
$(hide) echo ro.
bootimage
.build.date.utc=`date +%s`>>$@
85
$(hide) echo ro.
bootimage
.build.fingerprint="$(BUILD_FINGERPRINT)">>$@
514
.PHONY:
bootimage
-nodeps
515
bootimage
-nodeps: $(MKBOOTIMG) $(BOOT_SIGNER)
529
.PHONY:
bootimage
-nodeps
530
bootimage
-nodeps: $(MKBOOTIMG) $(VBOOT_SIGNER)
543
.PHONY:
bootimage
-nodeps
544
bootimage
-nodeps: $(MKBOOTIMG)
552
# HACK: The top-level targets depend on the
bootimage
. Not all target
[
all
...]
main.mk
82
bootimage
-nodeps \
859
.PHONY:
bootimage
860
bootimage
: $(INSTALLED_BOOTIMAGE_TARGET)
[
all
...]
Completed in 54 milliseconds