Skip to content

Commit

Permalink
Revert "Mark libs as double_loadable"
Browse files Browse the repository at this point in the history
This reverts commit 8c5b0a2 [formerly c62462155483257ba69bc00f2b272e65179c6651].

Reason for revert: These libs are no longer used by libmediandk(aosp/915075)

Change-Id: I5533a3c22263afb21f4053a569c4a646c9766404

Former-commit-id: 55063b1444ce2968032855a16b73d42b9586463e
  • Loading branch information
Jooyung Han committed Mar 11, 2019
1 parent 8c5b0a2 commit 71264f5
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion libasyncio/Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ cc_library {
name: "libasyncio",
defaults: ["libasyncio_defaults"],
vendor_available: true,
double_loadable: true,
recovery_available: true,
host_supported: true,
srcs: [
Expand Down
1 change: 0 additions & 1 deletion libmemtrack/Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ cc_library_shared {
vndk: {
enabled: true,
},
double_loadable: true,
srcs: ["memtrack.cpp"],
export_include_dirs: ["include"],
local_include_dirs: ["include"],
Expand Down
1 change: 0 additions & 1 deletion libprocinfo/Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ cc_library {
vndk: {
enabled: true,
},
double_loadable: true,
host_supported: true,
srcs: [
"process.cpp",
Expand Down
1 change: 0 additions & 1 deletion libusbhost/Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ cc_library {
vndk: {
enabled: true,
},
double_loadable: true,
host_supported: true,
srcs: ["usbhost.c"],
cflags: ["-Werror"],
Expand Down

0 comments on commit 71264f5

Please sign in to comment.