Commit Graph

3 Commits

Author SHA1 Message Date
Steven Moreland
3e776b9e04 Revert "Revert "vib example client on product""
This reverts commit 29254e1e23.

It includes a fix for product apps for the targets without
PRODUCT_ENFORCE_PRODUCT_PARTITION_INTERFACE=true.

Reason for revert: reland from partner questions with a fix
Bug: b/271988499 # asked again
Test: TARGET_PRODUCT=ndk build/soong/soong_ui.bash --make-mode --soong-only out/soong/ndk.timestamp

Change-Id: I066eb75274c291cf832ad9847c0a4623af797f41
2023-03-13 22:29:13 +00:00
Teo Georgescu
29254e1e23 Revert "vib example client on product"
This reverts commit f2ff92f3e0.

Reason for revert: DroidMonitor: Potential culprit for Bug b/265255626 - verifying through ABTD before revert submission. This is part of the standard investigation process, and does not mean your CL will be reverted.

Change-Id: I30f87a33803d00c03f9472a77ba73479c06044b0
2023-01-12 09:43:12 +00:00
Steven Moreland
f2ff92f3e0 vib example client on product
Bug: partner question
Test: # PRODUCT_PACKAGES += ExampleVibratorJavaProductClient
    adb root
    adb setenforce 0 # for find permission
    adb shell am start -n example.vib/example.vib.MyActivity
    # vibrator works

Change-Id: Ie70f4cfe0f546a43a5d11bbdd1f1143d817aab50
2023-01-11 01:41:48 +00:00