Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 22b0d5dc authored by Adam Lesinski's avatar Adam Lesinski Committed by Android (Google) Code Review
Browse files

Merge "AAPT2: Add -A (assets) support"

parents 270708be b39ad7c9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -21,6 +21,7 @@ LOCAL_USE_AAPT2 := true
LOCAL_PACKAGE_NAME := AaptTestAppOne
LOCAL_MODULE_TAGS := tests
LOCAL_SRC_FILES := $(call all-java-files-under,src)
LOCAL_ASSET_DIR := $(LOCAL_PATH)/assets $(LOCAL_PATH)/assets2
LOCAL_STATIC_ANDROID_LIBRARIES := \
    AaptTestStaticLibOne \
    AaptTestStaticLibTwo
+1 −0
Original line number Diff line number Diff line
subdir/subsubdir/test.txt comes from assets
+1 −0
Original line number Diff line number Diff line
test.txt came from assets
+1 −0
Original line number Diff line number Diff line
new.txt came from assets2
+1 −0
Original line number Diff line number Diff line
test.txt came from assets2
Loading