X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=Android.bp;h=79e860993ec13708f4fe70b14712523c22b9d17d;hb=64905ef0322271bc30dccd6dfb0b86a321623331;hp=2c113d5747d5307e2da102ad71fc5b97682cf2c8;hpb=0de823ce65388ecf866cd8d614986b45a52b9ef4;p=android-x86%2Fhardware-interfaces.git diff --git a/Android.bp b/Android.bp index 2c113d57..79e86099 100644 --- a/Android.bp +++ b/Android.bp @@ -1,20 +1,11 @@ -// This is an autogenerated file, do not edit. subdirs = [ - "benchmarks/msgq/1.0", - "bluetooth/1.0", - "nfc/1.0", - "nfc/1.0/default", - "radio/1.0", - "tests/bar/1.0", - "tests/bar/1.0/default", - "tests/baz/1.0", - "tests/expression/1.0", - "tests/foo/1.0", - "tests/foo/1.0/default", - "tests/libhwbinder/1.0", - "tests/msgq/1.0", - "tests/pointer/1.0", - "tests/pointer/1.0/default", - "wifi/1.0", - "wifi/supplicant/1.0", + "*" ] + +cc_defaults { + name: "hidl_defaults", + cflags: [ + "-Wall", + "-Werror", + ], +}