Hi There,
This is my setup:

   - AOSP branch: android-9.0.0_r46
   - Target: generic_x86_64

I'm currently working on an Android example HIDL interface, with 
accompanying client and server processes. These are all created in a new 
vendor directory structure at the top level of the repo checkout.:
vendor/
└── horizonemb
    ├── clients
    │   └── example_client
    │       ├── Android.bp
    │       └── exampleClient.cpp
    └── interfaces
        ├── Android.bp
        └── example
            └── 1.0
                ├── Android.bp
                ├── default
                │   ├── Android.bp
                │   ├── Example.cpp
                │   ├── Example.h
                │   ├── service.cpp
                │   └── [email protected]
                └── IExample.hal


If I change the VNDK related properties (vendor_available, etc) in any of 
my Android.bp files, their installation destination (/vendor v's /system) 
does not change when I build with the '*m*' command. I have to first delete 
the out directory and then carry out a full build.

After modifying an Android.bp file, is there some other command I need to 
run before I build with the '*m*' command?

Thank you,
Donal

-- 
-- 
You received this message because you are subscribed to the "Android Building" 
mailing list.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-building?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"Android Building" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-building/ee745977-4c3e-428a-9825-2fd2ffafab77%40googlegroups.com.

Reply via email to