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:
roynatech2544 2022-04-20 16:03:01 +09:00
commit 627a52459e
No known key found for this signature in database
GPG key ID: 50ABF73F0D19445D
2 changed files with 5 additions and 8 deletions

View file

@ -1,2 +1,6 @@
soong_namespace {
}
imports: [
"hardware/google/pixel",
"hardware/google/interfaces",
],
}

View file

@ -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",