How to compile and clean evs_app

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to compile and clean evs_app

97 Views
jumogehn
Contributor II

Hello,

 

I am using i.MX 8QuadMax MEK CPU Board.

With this board I am using Android Auto OS as per described in the user guide.

Especially I am interested in evs_app and I found how to compile and clean and recompile this application.

 

evs_app 

($MY_ANDROID/vendor/nxp-opensource/imx/evs/evs_app)

 

how to clean evs_app

rm -rf $OUT_DIR/soong/.intermediates/vendor/nxp-opensource/imx/evs/evs_app 

ls -alh $OUT_DIR/soong/.intermediates/vendor/nxp-opensource/imx/evs/evs_app 

 

how to compile evs_app

$ cd $MY_ANDROID 

source build/envsetup.sh 

lunch mek_8q_car-userdebug 

make -j1 > out.txt 

ls -alh ./soong/.intermediates/vendor/nxp-opensource/imx/evs/evs_app

 

I just use make command with no other target name. I think I could point out evs_app to the compiler so that the compiler system only compile evs_app only. I'd like to know how to do this.

 

A also delete the out put binary folder directly. But I guess there should exist some nice command that clean evs_app only from the fully compiled source and compile file tree. Can I find one?

 

Thank you very much!

0 Kudos
0 Replies