Skip to content

Commit 899bafd

Browse files
committed
Remove undefined PRIVATE_* variable
This variable isn't defined for $(jack_lib), and isn't needed, since we haven't created our intermediate directory at this point. Test: Run in different configurations (no options, dist tests), make sure this command line doesn't change. Change-Id: Ie863e1e632a9b6eb343b3f411f6c6cc548fa2a2c
1 parent 89e6209 commit 899bafd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

build/build_android_stubs.mk

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ $(jack_lib) : $(stub_timestamp) $(framework_res_package) $(JACK_DEFAULT_ARGS) $(
7575
rm -rf $(PRIVATE_INTERMEDIATES_DIR)/jack-rsc.tmp
7676
$(hide) if [ ! -f $(PRIVATE_FRAMEWORK_RES_PACKAGE) ]; then \
7777
echo Missing file $(PRIVATE_FRAMEWORK_RES_PACKAGE); \
78-
rm -rf $(PRIVATE_CLASS_INTERMEDIATES_DIR); \
7978
exit 1; \
8079
fi;
8180
mkdir -p $(PRIVATE_INTERMEDIATES_DIR)/jack-rsc.tmp

0 commit comments

Comments
 (0)