Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Android ソースの build/core/java.mk で次の行を見ました。
$(full_classes_compiled_jar): PRIVATE_JAVAC_DEBUG_FLAGS := -g
実際のファイルではなくマクロに依存するとはどういう意味ですか?
わかった。私は答えを見つけました。これはターゲット固有の変数です。