Always include camera calibration tools in debug builds.
These statements will be ignored if the packages are unavailable, such as in the PDK build. Bug: 380373922 Test: presubmit, check that tools exist in husky-userdebug Flag: EXEMPT debug-only tool Change-Id: Id3a524a6adaf1f719a23eb91ebad161ce0551af4
This commit is contained in:
parent
5f10a44aab
commit
f7eae2a946
1 changed files with 4 additions and 4 deletions
|
@ -49,10 +49,6 @@ PRODUCT_SOONG_NAMESPACES += \
|
|||
vendor/google/camera/google_3a/libs_v4/gAF \
|
||||
vendor/google/camera/google_3a/libs_v4/gafd \
|
||||
vendor/google/camera/google_3a/libs_v4/gHAWB/native_coverage
|
||||
|
||||
# Calibration tool for debug builds
|
||||
PRODUCT_PACKAGES_DEBUG += tarasque_test
|
||||
PRODUCT_PACKAGES_DEBUG += ProtoCalibGenerator
|
||||
endif # BUILD_LYRIC_FROM_SOURCE
|
||||
|
||||
# Init-time log settings for Google 3A
|
||||
|
@ -73,3 +69,7 @@ DEVICE_MATRIX_FILE += \
|
|||
|
||||
# sepolicy dir is added in dump.mk.
|
||||
# Make doesn't deduplicate sepolicy dirs, so including it here causes build errors.
|
||||
|
||||
# Calibration tools for debug builds
|
||||
PRODUCT_PACKAGES_DEBUG += tarasque_test
|
||||
PRODUCT_PACKAGES_DEBUG += ProtoCalibGenerator
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue