Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fbd760c8 authored by Trevor Radcliffe's avatar Trevor Radcliffe Committed by William Escande
Browse files

Point directly to generated c sysprop_library

Bug: 226199990
Test: m
Change-Id: I9183250d831dab96765d068138822bfe36b31057
Merged-In: I9183250d831dab96765d068138822bfe36b31057
(cherry picked from commit 2c697e68)
parent 3326bbd7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,6 @@ cc_defaults {
        "libbluetooth_headers",
    ],
    shared_libs: [
        "PlatformProperties",
        "android.hardware.bluetooth.a2dp@1.0",
        "android.hardware.bluetooth.audio-V3-ndk",
        "android.hardware.bluetooth.audio@2.0",
@@ -39,6 +38,7 @@ cc_defaults {
        "android.hardware.bluetooth@1.1",
        "android.system.suspend-V1-ndk",
        "android.system.suspend.control-V1-ndk",
        "libPlatformProperties",
        "libaaudio",
        "libbinder_ndk",
        "libcrypto",
+1 −1
Original line number Diff line number Diff line
@@ -294,8 +294,8 @@ cc_test {
    target: {
        android: {
            shared_libs: [
                "PlatformProperties",
                "android.hardware.bluetooth.audio-V3-ndk",
                "libPlatformProperties",
                "libbinder_ndk",
            ],
        },
+1 −1
Original line number Diff line number Diff line
@@ -217,11 +217,11 @@ cc_defaults {
    target: {
        android: {
            shared_libs: [
                "PlatformProperties",
                "android.hardware.bluetooth.audio-V3-ndk",
                "android.hardware.bluetooth.audio@2.0",
                "android.hardware.bluetooth.audio@2.1",
                "android.system.suspend-V1-ndk",
                "libPlatformProperties",
                "libaaudio",
                "libbinder_ndk",
                "libcutils",
+2 −2
Original line number Diff line number Diff line
@@ -311,12 +311,12 @@ cc_test {
        "test/stack_avrcp_test.cc",
    ],
    shared_libs: [
        "PlatformProperties",
        "android.hardware.bluetooth.audio-V3-ndk",
        "android.hardware.bluetooth.audio@2.0",
        "android.hardware.bluetooth.audio@2.1",
        "android.hardware.bluetooth@1.0",
        "android.hardware.bluetooth@1.1",
        "libPlatformProperties",
        "libaaudio",
        "libbinder_ndk",
        "libcrypto",
@@ -1434,7 +1434,7 @@ cc_test {
    target: {
        android: {
            shared_libs: [
                "PlatformProperties",
                "libPlatformProperties",
            ],
        },
    },
+1 −1
Original line number Diff line number Diff line
@@ -45,7 +45,6 @@ cc_defaults {
        "libudrv-uipc",
    ],
    shared_libs: [
        "PlatformProperties",
        "android.hardware.bluetooth.a2dp@1.0",
        "android.hardware.bluetooth.audio-V3-ndk",
        "android.hardware.bluetooth.audio@2.0",
@@ -53,6 +52,7 @@ cc_defaults {
        "android.hardware.bluetooth@1.0",
        "android.hardware.bluetooth@1.1",
        "android.system.suspend.control-V1-ndk",
        "libPlatformProperties",
        "libaaudio",
        "libbase",
        "libbinder",
Loading