Merge "Add is_inlined and is_pure property to header-abi-dump"

am: 54e9654768

Change-Id: I197b7da5c6dfb5d743a8a16565654846176a13d2
This commit is contained in:
Yi-yo Chiang
2018-07-23 19:04:04 -07:00
committed by android-build-merger
131 changed files with 5852 additions and 76 deletions

View File

@@ -272,6 +272,12 @@ class MyTest(unittest.TestCase):
"libgolden_cpp", "libgolden_cpp_inheritance_type_changed", 8, [],
True, True)
def test_libinline_pure(self):
self.prepare_and_absolute_diff_all_archs(
"libinline_pure",
"libinline_pure",
)
if __name__ == '__main__':
unittest.main()