Files
build_soong/android
Nan Zhang 1a0f09bc56 Fixed the unexpected scenario for "device_supported"
cc_defaults {
    name: boo,
    device_supported: false,
}

cc_library_static {
    name: foo,
    defaults: [boo],
}

Soong still tried to build foo_android_arm/arm64 device target which is not what we
expected.

Test: m -j checkbuild

Change-Id: I26a67c9ea024f5458f0818def0fa10cecc5fb7cf
2017-07-05 10:37:57 -07:00
..
2017-06-30 21:08:36 +00:00
2017-06-23 10:57:36 -07:00
2017-06-30 21:08:36 +00:00
2016-11-22 15:41:08 -08:00
2016-11-22 15:41:08 -08:00
2016-09-13 17:37:32 -07:00
2017-05-15 11:31:48 -07:00
2016-05-18 15:37:25 -07:00
2017-06-30 21:08:36 +00:00
2017-06-30 21:08:36 +00:00
2016-11-04 04:54:16 +00:00
2017-05-25 10:18:24 -07:00