samsung: Import pixel soong namespaces in root Android.bp

* Both power and thermal HAL need it now

Change-Id: Ifd414b778d91410a0cbb8f36bfb6481603fb6128
urubino
Tim Zimmermann 6 months ago
parent ecd5614eb0
commit 4ac17a878f
No known key found for this signature in database
GPG Key ID: 6DC21A63F819C5EF
  1. 4
      Android.bp
  2. 7
      aidl/power-libperfmgr/Android.bp

@ -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…
Cancel
Save