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

Commit 410b8675 authored by Teo Georgescu's avatar Teo Georgescu Committed by Automerger Merge Worker
Browse files

Merge "Revert "vib example client on product"" am: e829d020

parents 0d8cfadc e829d020
Loading
Loading
Loading
Loading
+1 −17
Original line number Diff line number Diff line
@@ -10,8 +10,7 @@ package {
cc_library {
    name: "libexample_vib_getter",
    srcs: ["getter.cpp"],
    product_available: true,
    vendor_available: true,
    vendor: true,
    shared_libs: [
        "liblog",
        "libbinder_ndk",
@@ -27,21 +26,6 @@ android_app {
    vendor: true,
    static_libs: ["android.hardware.vibrator-V1-java"],
    jni_libs: ["libexample_vib_getter"],
    use_embedded_native_libs: true,
    jarjar_rules: "jarjar.txt",
    stl: "c++_shared",
    srcs: ["example/vib/MyActivity.java"],
    sdk_version: "system_current",
    visibility: [":__subpackages__"],
}

android_app {
    name: "ExampleVibratorJavaProductClient",
    privileged: true,
    product_specific: true,
    static_libs: ["android.hardware.vibrator-V1-java"],
    jni_libs: ["libexample_vib_getter"],
    use_embedded_native_libs: true,
    jarjar_rules: "jarjar.txt",
    stl: "c++_shared",
    srcs: ["example/vib/MyActivity.java"],