diff options
Diffstat (limited to 'libnativeloader/test/Android.bp')
| -rw-r--r-- | libnativeloader/test/Android.bp | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/libnativeloader/test/Android.bp b/libnativeloader/test/Android.bp index 2d3370435..5cf88b09b 100644 --- a/libnativeloader/test/Android.bp +++ b/libnativeloader/test/Android.bp @@ -17,31 +17,34 @@ cc_library { name: "libfoo.oem1", srcs: ["test.cpp"], - cflags : ["-DLIBNAME=\"libfoo.oem1.so\""], + cflags: ["-DLIBNAME=\"libfoo.oem1.so\""], shared_libs: [ "libbase", ], } + cc_library { name: "libbar.oem1", srcs: ["test.cpp"], - cflags : ["-DLIBNAME=\"libbar.oem1.so\""], + cflags: ["-DLIBNAME=\"libbar.oem1.so\""], shared_libs: [ "libbase", ], } + cc_library { name: "libfoo.oem2", srcs: ["test.cpp"], - cflags : ["-DLIBNAME=\"libfoo.oem2.so\""], + cflags: ["-DLIBNAME=\"libfoo.oem2.so\""], shared_libs: [ "libbase", ], } + cc_library { name: "libbar.oem2", srcs: ["test.cpp"], - cflags : ["-DLIBNAME=\"libbar.oem2.so\""], + cflags: ["-DLIBNAME=\"libbar.oem2.so\""], shared_libs: [ "libbase", ], |
