Merge "Remove invalid annotations from IBaz." am: e322e7e1aa

am: bc95bdc195

Change-Id: I08f930a98d1a0fa2e72e51acbe88a0f094727c48
This commit is contained in:
Steven Moreland
2017-10-15 03:00:29 +00:00
committed by android-build-merger

View File

@@ -68,7 +68,6 @@ interface IBaz extends IBase {
bitfield<BitField> bf;
};
@Fragile @NoReally(very="yes", array={"a","b","c"})
oneway doThis(float param);
doThatAndReturnSomething(int64_t param) generates (int32_t result);