Merge "Remove invalid annotations from IBaz."

am: e322e7e1aa

Change-Id: I408b9486c4fd801f153d1b2a06559f3882a88a8b
This commit is contained in:
Steven Moreland 2017-10-15 02:55:32 +00:00 committed by android-build-merger
commit bc95bdc195

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);