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

Commit 2c697e68 authored by Trevor Radcliffe's avatar Trevor Radcliffe
Browse files

Point directly to generated c sysprop_library

Bug: 226199990
Test: m
Ignore-AOSP-First: This merges changes from AOSP
Change-Id: I9183250d831dab96765d068138822bfe36b31057
parent d0629644
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -45,7 +45,7 @@ cc_defaults {
        "android.hardware.bluetooth.audio@2.1",
        "android.system.suspend.control-V1-ndk",
        "android.system.suspend-V1-ndk",
        "PlatformProperties",
        "libPlatformProperties",
    ],
    static_libs: [
        "libbte",
+1 −1
Original line number Diff line number Diff line
@@ -248,7 +248,7 @@ cc_test {
            shared_libs: [
                "libbinder_ndk",
                "android.hardware.bluetooth.audio-V2-ndk",
                "PlatformProperties",
                "libPlatformProperties",
            ],
        },
    },
+1 −1
Original line number Diff line number Diff line
@@ -229,7 +229,7 @@ fluoride_defaults {
                "libtinyxml2",
                "libutils",
                "libz",
                "PlatformProperties",
                "libPlatformProperties",
            ],
            static_libs: [
                "android.system.suspend.control-V1-ndk",
+2 −2
Original line number Diff line number Diff line
@@ -147,7 +147,7 @@ cc_binary {
        android: {
            shared_libs: [
                "android.hardware.bluetooth.audio-V2-ndk",
                "PlatformProperties",
                "libPlatformProperties",
            ],
        },
    },
@@ -239,7 +239,7 @@ cc_test {
                "android.system.suspend-V1-ndk",
                "libbinder",
                "libvndksupport",
                "PlatformProperties",
                "libPlatformProperties",
            ],
        },
        host: {
+2 −2
Original line number Diff line number Diff line
@@ -252,7 +252,7 @@ cc_test {
        "libtinyxml2",
        "libz",
        "libcrypto",
        "PlatformProperties",
        "libPlatformProperties",
    ],
    static_libs: [
        "android.hardware.bluetooth.a2dp@1.0",
@@ -1205,7 +1205,7 @@ cc_test {
    target: {
        android: {
            shared_libs: [
                "PlatformProperties",
                "libPlatformProperties",
            ],
        },
    },
Loading