Skip to content

Commit

Permalink
此Makefile用于自动化拉取gfxstream,gfxstream_ffi源码并构建gfxstream
Browse files Browse the repository at this point in the history
无

Signed-off-by: mozixun <ronforever@outlook.com>
  • Loading branch information
LFRon authored and gitee-org committed Jul 2, 2024
1 parent 6b765e9 commit bc810bc
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
###Rutabaga_gfxstream-For-Debian-Make-Script###
build:

#Build gfxstream
git clone https://android.googlesource.com/platform/hardware/google/gfxstream
cd gfxstream/;meson setup -Ddefault_library=static build;cd ..

#Build rutabaga_gfxstream_ffi
git clone https://chromium.googlesource.com/crosvm/crosvm
cd crosvm/rutabaga_gfx/ffi/;meson setup -Ddefault_library=static build;cd ../../..


install:
###Delete the informal symbolic link and rebuild them
cd crosvm/rutabaga_gfx/ffi/ && meson install -C build && cd ../../..
cd gfxstream/;meson install -C build;cd ..


clean:
rm -rf gfxstream
rm -rf crosvm


0 comments on commit bc810bc

Please sign in to comment.