mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 19:55:33 -04:00
universal7885: Move soong namespace import to root of the tree
Because it was on the same file as power hal, the power hal was not on the target list Fixes DT2W on settings app, overall deep sleep
This commit is contained in:
parent
1898abbb62
commit
627a52459e
2 changed files with 5 additions and 8 deletions
|
|
@ -1,2 +1,6 @@
|
|||
soong_namespace {
|
||||
}
|
||||
imports: [
|
||||
"hardware/google/pixel",
|
||||
"hardware/google/interfaces",
|
||||
],
|
||||
}
|
||||
|
|
@ -13,13 +13,6 @@
|
|||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
soong_namespace {
|
||||
imports: [
|
||||
"hardware/google/pixel",
|
||||
"hardware/google/interfaces",
|
||||
],
|
||||
}
|
||||
|
||||
cc_binary {
|
||||
name: "android.hardware.power-service.samsung-libperfmgr",
|
||||
relative_install_path: "hw",
|
||||
|
|
|
|||
Loading…
Reference in a new issue