[AOSP] Android Build System - module

์ •์€ยท2024๋…„ 3์›” 11์ผ
0

Android Open Source Project

๋ชฉ๋ก ๋ณด๊ธฐ
7/14

posted based on udemy video - Android OS Internals ๐Ÿ˜

Android Build System

module

Helps us to find the modules within AOSP.

allmod

List all modules.

gomod

Go to the directory containing a module.

> gomod Launcher3
# Launcher3 ์œ„์น˜๋กœ ์ด๋™ํ•ด์ค€๋‹ค.

pathmod

List the path of module

> pathmod Calendar
# Calendar ์œ„์น˜ ๊ฒฝ๋กœ๋ฅผ ์ถœ๋ ฅํ•œ๋‹ค.

outmod

List the path of module apk

> outmod Calendar
# Calendar.apk ๊ฒฝ๋กœ๋ฅผ ์ถœ๋ ฅํ•œ๋‹ค.

installmod

Install a Module into the device

> installmod Calendar
# Calendar.apk๋ฅผ ๋‹ค์šด๋ฐ›๋Š”๋‹ค (adb ์žˆ๋‹ค๊ณ  ๊ฐ€์ •)

refreshmod

Refresh the module information

profile
์ •๋‹ˆ์˜ ์ด๋Ÿฐ๊ฑฐ ์ €๋Ÿฐ๊ฑฐ ๊ธฐ๋ก ์ผ์ง€ ๐Ÿ˜›

0๊ฐœ์˜ ๋Œ“๊ธ€