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

Commit e5589946 authored by Manali Bhutiyani's avatar Manali Bhutiyani Committed by Android (Google) Code Review
Browse files

Merge "Update aidl documentation" into main

parents 50ede7f7 3dc6dd2b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -32,8 +32,8 @@ enum LayerLifecycleBatchCommandType {
     */
    CREATE = 1,
    /**
     * This indicates that the current LayerCommand should also destroyes the layer,
     * after processing the other attributes in the LayerCommand.
     * This indicates that the current LayerCommand should also destroy the layer,
     * before processing the other attributes in the LayerCommand.
     */
    DESTROY = 2,
}