Xref Aosp ((install))

In software engineering, a tool indexes a codebase to show exactly where variables, macros, functions, and classes are defined, and where else they are called or modified throughout the project.

“An Analysis of Power Consumption in a Smartphone” (Carroll & Heiser, USENIX ATC 2010) xref aosp

// In Android.bp cc_library name: "libaudioclient", shared_libs: ["libutils", "libcutils"] In software engineering, a tool indexes a codebase

The AndroidXRef project, built on OpenGrok, provided the first complete index of AOSP source code—including kernel sources—and made it accessible via simple web interfaces. In software engineering