aboutsummaryrefslogtreecommitdiffstats
path: root/sysprop
diff options
context:
space:
mode:
authorSundong Ahn <sundongahn@google.com>2019-05-13 15:02:50 +0900
committerSundong Ahn <sundongahn@google.com>2019-05-16 19:23:39 +0900
commita4a385f1d581d0bfdb2776b7c95311cf80654441 (patch)
tree9c1cc59800fe73dd70f725b49f21df0f4eb899d4 /sysprop
parent2c6484e334521754c6b725f9b31c71fda3c6f50d (diff)
downloadbuild_soong-a4a385f1d581d0bfdb2776b7c95311cf80654441.tar.gz
build_soong-a4a385f1d581d0bfdb2776b7c95311cf80654441.tar.bz2
build_soong-a4a385f1d581d0bfdb2776b7c95311cf80654441.zip
Add No_dist property
For the sysprop apis, we don't need dist. So the No_dist property is added for it. Bug: 132448761 Test: m -j dist Merged-In: I51c6a6b87ab9dc90b6825c0d4d414e958dd7b265 Change-Id: I51c6a6b87ab9dc90b6825c0d4d414e958dd7b265 (cherry picked from commit 80a87b3309192d0f0caa2097a097ed4ed20c6fff)
Diffstat (limited to 'sysprop')
-rw-r--r--sysprop/sysprop_library.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysprop/sysprop_library.go b/sysprop/sysprop_library.go
index 48078d84..08845b7f 100644
--- a/sysprop/sysprop_library.go
+++ b/sysprop/sysprop_library.go
@@ -75,6 +75,7 @@ func syspropLibraryFactory() android.Module {
&m.syspropLibraryProperties,
)
m.InitSdkLibraryProperties()
+ m.SetNoDist()
android.InitAndroidMultiTargetsArchModule(m, android.DeviceSupported, "common")
android.AddLoadHook(m, func(ctx android.LoadHookContext) { syspropLibraryHook(ctx, m) })