Skip to content

Commit

Permalink
Convert libmedialogservice to Android.bp
Browse files Browse the repository at this point in the history
See build/soong/README.md for more information about Soong.

Removes AUDIOSERVER_MULTILIB which doesn't effectively do much for this
code -- we'll only build and install the versions necessary to support
the libraries/binaries depending on this library.

Test: mmma frameworks/av/services/medialog
Change-Id: Id47b1de95d3c62f0d2dbef69b26fefd6128e7f7e
  • Loading branch information
danw committed Oct 24, 2017
1 parent 32d8271 commit efbff67
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 17 deletions.
1 change: 1 addition & 0 deletions Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ subdirs = [
"camera",
"drm/*",
"media/*",
"services/*",
"soundtrigger",
]
22 changes: 22 additions & 0 deletions services/medialog/Android.bp
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
cc_library_shared {
name: "libmedialogservice",

srcs: [
"IMediaLogService.cpp",
"MediaLogService.cpp",
],

shared_libs: [
"libaudioutils",
"libbinder",
"liblog",
"libnbaio",
"libnblog",
"libutils",
],

cflags: [
"-Werror",
"-Wall",
],
}
17 changes: 0 additions & 17 deletions services/medialog/Android.mk

This file was deleted.

0 comments on commit efbff67

Please sign in to comment.