Skip to content

Commit f302877

Browse files
committed
Add missing bdistaab
1 parent e1e2bd0 commit f302877

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pythonforandroid/bdistapk.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,14 @@ class BdistAAR(Bdist):
143143
package_type = 'aar'
144144

145145

146+
class BdistAAB(Bdist):
147+
"""
148+
distutil command handler for 'aab'
149+
"""
150+
description = 'Create an AAB with python-for-android'
151+
package_type = 'aab'
152+
153+
146154
def _set_user_options():
147155
# This seems like a silly way to do things, but not sure if there's a
148156
# better way to pass arbitrary options onwards to p4a

0 commit comments

Comments
 (0)