Skip to content

Commit

Permalink
Remove aapt_mode attributes
Browse files Browse the repository at this point in the history
Summary: This attribute is not needed after D66959674, `aapt2` is always used

Reviewed By: hick209

Differential Revision: D66959542

fbshipit-source-id: c0bb300e3a1f6ca35c8b5496846080051f44da5f
  • Loading branch information
Ian Childs authored and facebook-github-bot committed Dec 16, 2024
1 parent e1470fb commit 2d11c4b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion sample-codelab/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ load(

fb_native.android_binary(
name = "sample-codelab",
aapt_mode = "aapt2",
includes_vector_drawables = True,
keystore = ":debug_keystore",
manifest = "src/main/AndroidManifest.xml",
Expand Down
2 changes: 0 additions & 2 deletions sample/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ load(

fb_native.android_binary(
name = "sample",
aapt_mode = "aapt2",
allow_r_dot_java_in_secondary_dex = True,
includes_vector_drawables = True,
keystore = DEBUG_KEYSTORE,
Expand All @@ -46,7 +45,6 @@ fb_native.android_binary(

fb_native.android_binary(
name = "sample_arm64",
aapt_mode = "aapt2",
allow_r_dot_java_in_secondary_dex = True,
cpu_filters = ["arm64"],
includes_vector_drawables = True,
Expand Down

0 comments on commit 2d11c4b

Please sign in to comment.