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

Commit 9329e491 authored by Ayushi Khopkar's avatar Ayushi Khopkar
Browse files

libvibrator: Updated to build both static and shared library,

Also added Host Support

Test: Build libvibrator
Bug: 172427267

Change-Id: I2e8e89f8d03a1cd7afe1994a9830ca3467e647c0
parent 009fff60
Loading
Loading
Loading
Loading
+8 −1
Original line number Original line Diff line number Diff line
@@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// See the License for the specific language governing permissions and
// limitations under the License.
// limitations under the License.


cc_library_shared {
cc_library {
    name: "libvibrator",
    name: "libvibrator",


    shared_libs: [
    shared_libs: [
@@ -45,4 +45,11 @@ cc_library_shared {
    ],
    ],


    export_include_dirs: ["include"],
    export_include_dirs: ["include"],

    host_supported: true,
    target: {
        darwin: {
            enabled: false,
        },
    },
}
}