我想爲我的GSM Galaxy Nexus(maguro)編譯一個deodexed aosp。我在谷歌搜索,沒有結果。似乎沒有標誌允許編譯一個deodexed系統。編譯deodexed AOSP?
但是在編譯文件/核心/ main.mk我發現這一點:
## precise GC##
ifneq ($(filter dalvik.gc.type-precise,$(PRODUCT_TAGS)),)
# Enabling type-precise GC results in larger optimized DEX files. The
# additional storage requirements for ".odex" files can cause /system
# to overflow on some devices, so this is configured separately for
# each product.
ADDITIONAL_BUILD_PROPERTIES += dalvik.vm.dexopt-flags=m=y
endif
任何想法?謝謝
你試圖編譯整個Android操作系統,還是它只是你正在尋找的特定系統罐?在後一種情況下,某些地方會出現未混淆和無毒的罐子(無法記住確切位置)。 – harism 2011-12-28 21:02:33
我想構建整個系統deodexed – Gnufabio 2011-12-28 21:05:58