+2
−39
+1
−36
projects/geckoview/build_common
0 → 100644
+43
−0
Loading
GeckoView is built in two steps (build to create the arch-specific .aars and build_apk to build the Kotlin code). However, they share big chunks of build code, therefore we always risk to forget to update one of the two. So, in this commit we move the duplicate parts in a shared preamble file.