Revert "APK-in-APEX should set use_embedded_native_libs: true"

Revert submission 3088867

Reason for revert: On cf_auto build, we are seeing a symlink of jni lib pointing to lib64/libcarservicejni.so, which does not exist on the device.

Reverted changes: /q/submissionid:3088867
Bug: b/341335305

Change-Id: I3064caef0cb55d1594951835a1173c667f58e607
This commit is contained in:
Yu Shan
2024-05-17 20:09:23 +00:00
parent f14b5ba863
commit d5e435d749
2 changed files with 2 additions and 15 deletions

View File

@@ -5908,7 +5908,6 @@ func TestApexWithApps(t *testing.T) {
srcs: ["foo/bar/MyClass.java"],
sdk_version: "current",
system_modules: "none",
use_embedded_native_libs: true,
jni_libs: ["libjni"],
stl: "none",
apex_available: [ "myapex" ],