Update Android.bp for upstream changes.
Add a new define and a new source file. Test: mm Bug: http://b/34740564 Change-Id: I2a924e9f7e8d4d007b7f1119216b85716b97bb71
This commit is contained in:
@@ -47,6 +47,7 @@ cc_library_static {
|
||||
"src/typeinfo.cpp",
|
||||
"src/utility.cpp",
|
||||
"src/valarray.cpp",
|
||||
"src/variant.cpp",
|
||||
],
|
||||
local_include_dirs: ["include"],
|
||||
export_include_dirs: ["include"],
|
||||
@@ -55,6 +56,7 @@ cc_library_static {
|
||||
"-nostdinc++",
|
||||
"-fexceptions",
|
||||
"-DLIBCXX_BUILDING_LIBCXXABI",
|
||||
"-D_LIBCPP_BUILDING_LIBRARY",
|
||||
],
|
||||
rtti: true,
|
||||
whole_static_libs: [
|
||||
|
||||
Reference in New Issue
Block a user