commit 181ba2050700fd6252d5b02cd82c2c456def85b6 Author: Aditya Eka Pranata Date: Tue Jan 27 06:23:28 2026 +0700 Initial commit Change-Id: I47aafa0e8545481928197a7dfa86b3ee2e70f360 diff --git a/Android.bp b/Android.bp new file mode 100644 index 0000000..8bfbec3 --- /dev/null +++ b/Android.bp @@ -0,0 +1,15 @@ +android_app_import { + name: "AsusCamera", + apk: "app/AsusCamera.apk", + + product_specific: true, + presigned: true, + owner: "asus", + + overrides: [ + "Camera2", + "Snap", + "Camera", + "Aperture", + ], +} diff --git a/app/AsusCamera.apk b/app/AsusCamera.apk new file mode 100644 index 0000000..05ec737 Binary files /dev/null and b/app/AsusCamera.apk differ