interfaces: update current path as package root path

Update current path as package root path, which
will help to avoid hard coded paths in project.
It is also recommended to use the current path.

Change-Id: Iba014f61a6e7a79148b511f6997d0197128459d6
This commit is contained in:
Ananth Sadvi Bogavalli
2023-09-23 20:26:08 +05:30
parent a2e80b59e4
commit e7cb79c20c
11 changed files with 45 additions and 47 deletions

4
debugutils/Android.bp Normal file
View File

@@ -0,0 +1,4 @@
hidl_package_root {
name: "vendor.qti.hardware.debugutils",
use_current: true,
}