Searched defs:tree (Results 1 - 1 of 1) sorted by relevance

/development/ide/emacs/
H A Dandroid-common.el68 (defun android-find-build-tree-root ()
69 "Ascend the current path until the root of the android build tree is found.
72 Return the root of the build tree. Signal an error if not found."
84 (error "Not in a valid android tree"))))
87 "Return nil if not in an android build tree."
89 (android-find-build-tree-root)
110 (let* ((buildspec (concat (android-find-build-tree-root) "buildspec.mk"))
128 (let ((path (concat (android-find-build-tree-root) "out/target/product/"
138 Try first to locate BINARY in the out/host tree. Fallback using
141 (let ((path (concat (android-find-build-tree
[all...]

Completed in 73 milliseconds