diff options
Diffstat (limited to '')
-rw-r--r-- | Android.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk index 05111c02c..6d0b840f4 100644 --- a/Android.mk +++ b/Android.mk @@ -400,6 +400,9 @@ endif ifeq ($(TW_INCLUDE_CRYPTO), true) include $(commands_recovery_local_path)/crypto/ics/Android.mk endif +ifneq ($(TW_OEM_BUILD),true) + include $(commands_recovery_local_path)/orscmd/Android.mk +endif # FB2PNG ifeq ($(TW_INCLUDE_FB2PNG), true) |