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

Commit 69e24384 authored by Sanket Padawe's avatar Sanket Padawe Committed by android-build-merger
Browse files

Fix build failure.

am: 44729c61

* commit '44729c61':
  Fix build failure.
parents 839b547c 44729c61
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -95,8 +95,8 @@ public interface RILConstants {
    int SIM_BUSY = 51;                        /* SIM is busy */
    int SIM_BUSY = 51;                        /* SIM is busy */
    int SIM_FULL = 52;                        /* The target EF is full */
    int SIM_FULL = 52;                        /* The target EF is full */
    int NETWORK_REJECT = 53;                  /* Request is rejected by network */
    int NETWORK_REJECT = 53;                  /* Request is rejected by network */
    int OPERATION_NOT_ALLOWED = 54,           /* Not allowed the request now */
    int OPERATION_NOT_ALLOWED = 54;           /* Not allowed the request now */
    int EMPTY_RECORD = 55,                    /* The request record is empty */
    int EMPTY_RECORD = 55;                    /* The request record is empty */
    // Below is list of OEM specific error codes which can by used by OEMs in case they don't want to
    // Below is list of OEM specific error codes which can by used by OEMs in case they don't want to
    // reveal particular replacement for Generic failure
    // reveal particular replacement for Generic failure
    int OEM_ERROR_1 = 501;
    int OEM_ERROR_1 = 501;