Loading system/btcore/Android.bp +1 −1 Original line number Diff line number Diff line Loading @@ -33,7 +33,7 @@ cc_defaults { "com.android.bluetooth", ], target: { linux_glibc: { host_linux: { cflags: ["-D_GNU_SOURCE"], }, }, Loading system/gd/Android.bp +12 −0 Original line number Diff line number Diff line Loading @@ -783,6 +783,18 @@ cc_defaults { // Export Python native symbols such as PyType_Type // suffix: ".cpython-38android-x86_64-linux-gnu", }, linux_musl_x86: { enabled: false, }, linux_musl_x86_64: { include_dirs: ["external/python/cpython3/android/linux_x86_64/pyconfig"], cflags: ["-DSOABI=\"cpython-38android-x86_64-linux-gnu\""], // Commenting out the Linux suffix so that cpython-38-x86_64-linux-gnu // Python 3.8 can also import the untagged .so library per PEP 3149 // Keep this change until Android py3-cmd can run ACTS, gRPC and can // Export Python native symbols such as PyType_Type // suffix: ".cpython-38android-x86_64-linux-gnu", }, windows: { enabled: false, }, Loading system/osi/Android.bp +2 −2 Original line number Diff line number Diff line Loading @@ -92,7 +92,7 @@ cc_library_static { // should be compatible for a Linux host OS. We should figure out what to do for // a non-Linux host OS. target: { linux_glibc: { host_linux: { cflags: [ "-D_GNU_SOURCE", "-DOS_GENERIC", Loading Loading @@ -145,7 +145,7 @@ cc_test { "libc++fs", ], target: { linux_glibc: { host_linux: { cflags: ["-DOS_GENERIC"], }, }, Loading system/service/Android.bp +1 −1 Original line number Diff line number Diff line Loading @@ -158,7 +158,7 @@ cc_test { "test/stub_ipc_handler_binder.cc", ], }, linux_glibc: { host_linux: { srcs: btserviceLinuxSrc + [ // TODO(bcf): Fix this test. //"test/ipc_linux_unittest.cc", Loading Loading
system/btcore/Android.bp +1 −1 Original line number Diff line number Diff line Loading @@ -33,7 +33,7 @@ cc_defaults { "com.android.bluetooth", ], target: { linux_glibc: { host_linux: { cflags: ["-D_GNU_SOURCE"], }, }, Loading
system/gd/Android.bp +12 −0 Original line number Diff line number Diff line Loading @@ -783,6 +783,18 @@ cc_defaults { // Export Python native symbols such as PyType_Type // suffix: ".cpython-38android-x86_64-linux-gnu", }, linux_musl_x86: { enabled: false, }, linux_musl_x86_64: { include_dirs: ["external/python/cpython3/android/linux_x86_64/pyconfig"], cflags: ["-DSOABI=\"cpython-38android-x86_64-linux-gnu\""], // Commenting out the Linux suffix so that cpython-38-x86_64-linux-gnu // Python 3.8 can also import the untagged .so library per PEP 3149 // Keep this change until Android py3-cmd can run ACTS, gRPC and can // Export Python native symbols such as PyType_Type // suffix: ".cpython-38android-x86_64-linux-gnu", }, windows: { enabled: false, }, Loading
system/osi/Android.bp +2 −2 Original line number Diff line number Diff line Loading @@ -92,7 +92,7 @@ cc_library_static { // should be compatible for a Linux host OS. We should figure out what to do for // a non-Linux host OS. target: { linux_glibc: { host_linux: { cflags: [ "-D_GNU_SOURCE", "-DOS_GENERIC", Loading Loading @@ -145,7 +145,7 @@ cc_test { "libc++fs", ], target: { linux_glibc: { host_linux: { cflags: ["-DOS_GENERIC"], }, }, Loading
system/service/Android.bp +1 −1 Original line number Diff line number Diff line Loading @@ -158,7 +158,7 @@ cc_test { "test/stub_ipc_handler_binder.cc", ], }, linux_glibc: { host_linux: { srcs: btserviceLinuxSrc + [ // TODO(bcf): Fix this test. //"test/ipc_linux_unittest.cc", Loading