Use the armv7 architecture to list the features with prepare.py.
This commit is contained in:
parent
fd0c0ef6db
commit
0977e41ea4
2 changed files with 4 additions and 1 deletions
|
@ -110,6 +110,9 @@ class AndroidPreparator(prepare.Preparator):
|
||||||
self.additional_args += ["-DENABLE_VPX=YES"]
|
self.additional_args += ["-DENABLE_VPX=YES"]
|
||||||
# self.additional_args += ["-DENABLE_X264=YES"] # Do not activate x264 because it has text relocation issues
|
# self.additional_args += ["-DENABLE_X264=YES"] # Do not activate x264 because it has text relocation issues
|
||||||
|
|
||||||
|
def list_feature_target(self):
|
||||||
|
return android_targets['armv7']
|
||||||
|
|
||||||
def clean(self):
|
def clean(self):
|
||||||
prepare.Preparator.clean(self)
|
prepare.Preparator.clean(self)
|
||||||
if os.path.isfile('Makefile'):
|
if os.path.isfile('Makefile'):
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit e53fb56ca9ecc2477fc0c8bb482bf86564a464f0
|
Subproject commit 0a9a7741ce9a81ced5e7b8cf9caa61e43af83bcf
|
Loading…
Reference in a new issue