How to build AOSP app?

前端 未结 3 1401
难免孤独
难免孤独 2021-01-22 19:11

I am trying to build the Camera App from AOSP.

I am on UBUNTU 14.04.

I followed the guide in the official documentation. At the end I execute

mak         


        
3条回答
  •  梦毁少年i
    2021-01-22 19:52

    'make camera2' will build all the dependencies and then the actual camera2 app, which will be placed somewhere in out/, depending on your selected lunch target.

    Once you've built it once to get the dependencies, mmm packages/apps/Camera2 will be a fast incremental compile, but it doesn't on its own build the dependencies.

提交回复
热议问题