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

Commit 051672bc authored by Mike Lockwood's avatar Mike Lockwood
Browse files

Update the error message that occurs when current.xml needs regenerating.



We are no longer using p4 for source control and there are no longer OWNERS files.

Signed-off-by: default avatarMike Lockwood <lockwood@android.com>
parent eb338efd
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -6,12 +6,11 @@ To make these errors go away, you have two choices:
   1) You can add "@hide" javadoc comments to the methods, etc. listed in the
      errors above.

   2) You can update current.xml by executing the following commands:
   2) You can update current.xml by executing the following command:

         p4 edit frameworks/base/api/current.xml
         make update-api

      To check in the revised current.xml, you will need OWNERS approval.
      To check in the revised current.xml, you will need approval from the android API council.
******************************