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

Commit e829d020 authored by Teo Georgescu's avatar Teo Georgescu Committed by Gerrit Code Review
Browse files

Merge "Revert "vib example client on product""

parents 1cef9f31 29254e1e
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"],