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

am: ee950c5f8f

Change-Id: I38d39f4686f583b36d8fbceb4b5ddd445f01afad
This commit is contained in:
Steven Moreland
2017-10-15 03:43:45 +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);