Loading system/gd/Android.bp +1 −0 Original line number Diff line number Diff line Loading @@ -106,6 +106,7 @@ cc_defaults { srcs: [ ":BluetoothHalSources_hci_host", ":BluetoothOsSources_host", ":BluetoothSyspropsSources", ], }, android: { Loading system/gd/sysprops/sysprops_module.h +2 −2 Original line number Diff line number Diff line Loading @@ -15,8 +15,8 @@ */ #pragma once #if !defined(TARGET_FLOSS) #error "sysprops_module is supposed to be FLOSS specific" #ifdef __ANDROID__ #error "sysprops_module is not supposed to be used on Android" #endif #include "module.h" Loading Loading
system/gd/Android.bp +1 −0 Original line number Diff line number Diff line Loading @@ -106,6 +106,7 @@ cc_defaults { srcs: [ ":BluetoothHalSources_hci_host", ":BluetoothOsSources_host", ":BluetoothSyspropsSources", ], }, android: { Loading
system/gd/sysprops/sysprops_module.h +2 −2 Original line number Diff line number Diff line Loading @@ -15,8 +15,8 @@ */ #pragma once #if !defined(TARGET_FLOSS) #error "sysprops_module is supposed to be FLOSS specific" #ifdef __ANDROID__ #error "sysprops_module is not supposed to be used on Android" #endif #include "module.h" Loading