Home
last modified time | relevance | path

Searched defs:hidlPackageRoot (Results 1 – 1 of 1) sorted by relevance

/system/tools/hidl/build/
Dhidl_package_root.go51 type hidlPackageRoot struct { struct
52 android.ModuleBase
54 properties hidlPackageRootProperties
56 currentPath android.OptionalPath
57 genOutputs android.Paths
62 func (r *hidlPackageRoot) getFullPackageRoot() string {
66 func (r *hidlPackageRoot) getCurrentPath() android.OptionalPath {
70 func (r *hidlPackageRoot) requireFrozen() bool {
74 func (r *hidlPackageRoot) generateCurrentFile(ctx android.ModuleContext) {
92 func (r *hidlPackageRoot) Srcs() android.Paths {
[all …]