Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c9118471 authored by Steven Moreland's avatar Steven Moreland Committed by android-build-merger
Browse files

Merge "Remove invalid annotations from IBaz." am: e322e7e1 am: bc95bdc1 am: ee950c5f

am: 2faa60f4

Change-Id: If3646d56e99238867827a29faa44651a493f0f14
parents dce01a0e 2faa60f4
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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);